Underline plugin #652
Answered
by
wooorm
VityaSchel
asked this question in
Ideas
Underline plugin
#652
Replies: 3 comments 6 replies
|
You can find existing plugins here: https://github.com/remarkjs/remark/blob/main/doc/plugins.md#list-of-plugins. |
2 replies
Answer selected by
wooorm
|
Doing a quick web search for "remark underline" turns up https://github.com/Darkhax/remark-underline#readme |
3 replies
|
Possible example for anyone interested. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can find existing plugins here: https://github.com/remarkjs/remark/blob/main/doc/plugins.md#list-of-plugins.
Here’s a guide on how to create your own plugins: https://unifiedjs.com/learn/guide/create-a-plugin/.
You could perhaps use remark-directive for this: https://github.com/remarkjs/remark-directive.