A custom build of markdown-it for Saber.
Implemented via a babel plugin.
In:
<button @click="foo"></button>
Out:
- <p><button @click="foo"></button></p>\n
+ <p><button @click="foo"></button></p>\n
In:
<FooBar />
Out:
- <p><FooBar /> hi</p>\n
+ <FooBar /> hi