-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keep Markdown reference-style links in output #70
Comments
yes, you would need to disable the markdown formatting plugin. when I get a chance I'll look at verb to make sure this is (easily) possible fwiw, if you want to use a different markdown formatter, I published two different libs for this, one based on remarkable - this is the one used by verb and it resolves reflinks, and a more naive one that uses regex. |
@jonschlinkert Thanks. I've found one way to do this is adding the following to my var verb = require('verb');
verb.disable('dest:format plugin'); I haven't found how to substitute for different format plugins yet. I ask because it seems by default nested lists are formatting with |
That code is here, pr would be great |
Remove tilde (~) from list chars. Closes verbose/verb#70.
I've reopened this for two reasons:
|
Update on (2) from my previous comment: jonschlinkert/list-item#1 with 1.0.x should now have propagated to this project via jonschlinkert/markdown-utils#2 as 0.7.1. |
Could we keep reference-style links in Markdown input in the Markdown output?
The text was updated successfully, but these errors were encountered: