Support for Extending Markdown Syntax
See original GitHub issueIs there any support for adding custom markdown rules? Such as adding in logic to understand @material-icons-home
to mean inserting an icon from material icons? http://google.github.io/material-design-icons/#icons-for-android
A sample repo of doing this for a markdown parser for web is here: https://github.com/dbtek/showdown-icon
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Extended Syntax - Markdown Guide
The basic Markdown syntax allows you to create code blocks by indenting lines by four spaces or one tab. If you find that...
Read more >Markdown Syntax | Hub - JetBrains
These extensions support formatting options that are not included in the formal specification like strikethrough text, tables, and autolinks.
Read more >Markdown Extension - Visual Studio Code
Markdown extensions allow you to extend and enhance Visual Studio Code's built-in Markdown preview. This includes changing the look of the preview or...
Read more >Markdown Extended - Package Control
Top 100 Sublime Text plugin! Markdown syntax highlighter for Sublime Text, with extended support for GFM fenced code blocks, with language-specific syntax ......
Read more >Proposal: extend Markdown syntax to support form elements
Markdown is a lightweight markup language that can be converted into HTML. The main inspiration behind its syntax is to copy what most ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello!
It’s definitely doable and I had started writing how to do it. But an answer became too big and I decided to shape it as something more. I think I will just add a
sample-custom-extension
module to the project in the next few days. Please ping me if I won’t hold my word 😄(Spoiler alert): yes, a relatively big amount of code is required, including writing parser extension for the commonmark-java
@noties Thank you very much! it works!