Creating custom plugin that's supports subscript #818
Answered
by
wooorm
Lambdaderuta
asked this question in
Q&A
-
Hi! having troubles with subscript. I using React markdown lib. Unfortunately the remark plugin that was supposed to solve my problem is broken plugin. I was trying create custom plugin to support subscript but i was stuck with cases when inside subcript has another markdown strong, emhasis etc. Can somebody point me on links or examples how to achive desired behavior? |
Beta Was this translation helpful? Give feedback.
Answered by
wooorm
Aug 20, 2021
Replies: 1 comment 3 replies
-
The § Extending markdown and § Creating a micromark extension sections in the micromark readme will give you the background you need. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
wooorm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The § Extending markdown and § Creating a micromark extension sections in the micromark readme will give you the background you need.
Generally, I’d say, don’t do it.