0.13.1 • Published 9 months ago

@alterjs/saber-markdown v0.13.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@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>&lt;button @click=&quot;foo&quot;&gt;</button></p>\n
+ <p><button @click="foo"></button></p>\n

Support top-level components

In:

<FooBar />

Out:

- <p><FooBar /> hi</p>\n
+ <FooBar /> hi
0.13.0

9 months ago

0.13.1

9 months ago

0.12.2

12 months ago

0.12.0

2 years ago