-
Notifications
You must be signed in to change notification settings - Fork 1
Adds the possibility to use "??? something ???" to create a span that looks like <span class="highlight">something</span>
License
ribalba/markdown.highlight
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
markdown.highlight ================== Adds the possibility to use "??? something ???" or "___ something ___" to create a span that looks like <mark>something</mark> Install through pip: $ pip install MarkdownHighlight To enable the MarkdownHighlight package and use it in your markdown generation just add it like so: ``` import markdown from MarkdownHighlight.highlight import HighlightExtension result = markdown.markdown(textToRender, output_format="html5", extensions=[HighlightExtension,]) ) ```
About
Adds the possibility to use "??? something ???" to create a span that looks like <span class="highlight">something</span>
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published