@alterjs/saber-markdown
v0.13.1
Published
A custom build of markdown-it for Saber
Downloads
17
Readme
@alterjs/saber-markdown
A custom build of markdown-it for Saber.
Differences
Implemented via a babel plugin.
Support @ in attribute names
In:
<button @click="foo"></button>Out:
- <p><button @click="foo"></button></p>\n
+ <p><button @click="foo"></button></p>\nSupport top-level components
In:
<FooBar />Out:
- <p><FooBar /> hi</p>\n
+ <FooBar /> hi