We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dl dt dd
I want to add processing of specified tags. It seems that i should append commonmark rule and tests, right?
But i'm not quite sure about the way it should be presented in markdown.
UPD: oh i opened a bug issue, sorry. Can't remove label
The text was updated successfully, but these errors were encountered:
Hi @fgazat
you are right, that is not part of the Commonmark specification. So we don’t really know what to display in the markdown.
There are some ideas for the syntax. And some markdown processors support it.
But I don’t think there is a standard, yet.
To proceed further, we would have to research the different options.
Then we could implement a plugin for that. A plugin can also extend the rules.
——
Another option is to keep those specific html tags in the resulting markdown. With the Keep() function you can configure this behavior.
Keep()
Sorry, something went wrong.
No branches or pull requests
I want to add processing of specified tags. It seems that i should append commonmark rule and tests, right?
But i'm not quite sure about the way it should be presented in markdown.
UPD: oh i opened a bug issue, sorry. Can't remove label
The text was updated successfully, but these errors were encountered: