0.1.6 • Published 5 years ago

saber-markdown v0.1.6

Weekly downloads
376
License
MIT
Repository
-
Last release
5 years ago

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.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.4-canary.0

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago