Better handling of markdown extensions #283
Leonardoes22
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
This is a good idea, you can try submitting a PR. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice to have the possibility of selecting which markdown extensions we want the plugin to consider.
Currently I need to override the default arguments for each template like this
-f ${fromFormat}+hard_line_breaks
.Ideally we would be able to define a variable e.g.
MARKDOWN_EXTENSIONS=+lists_without_preceding_blankline+hard_line_breaks...
This variable would be taken into account by default in every template, changing
-f ${fromFormat}
to-f ${fromFormat}+MARKDOWN_EXTENSIONS
.Beta Was this translation helpful? Give feedback.
All reactions