This repository was archived by the owner on Mar 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
Feature Request: Github flavored markdown #25
Comments
If you are interested in the full test deck here it is:
|
Ooh, this is great! Thanks! When I've got some spare time I may add this to the repository as an integration test |
Just recognize that the dollar sign in the javascript code block is substituted. :-/ so that is actually the reason why the syntax highlighting doesn't work. |
Ankdown translates the markdown code with misaka to html. There is a extension flag for tables and strike through. You could write something like this: return misaka.html(field, extensions=("fenced-code", "math", "tables", "strikethrough")) However I test this flags and it seems not to work for me. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I made a test deck to look if ankdown is converting everything properly.
After fixing the error in issue #24 and #7 it did work! :)
Actually not fully :P
My last card is about github flavored markdown:
Ankdown doesn't support this fully. Her is a picture of the rendered version:
Would be nice to have this feature :)
The text was updated successfully, but these errors were encountered: