Closed
Description
Hello,
I think it would be awesome if we could have a markdown vue component that could be used in the markdown pages.
This way we could module our very long markdown into smaller sections.
Thoughts?
E.g.
# My very long md
This is a freaking long md...
<vp-md src="./sectionA.md"/>
<vp-md src="./sectionB.md"/>
<vp-md src="./sectionC.md"/>