0.1.6 • Published 6 years ago

saber-markdown v0.1.6

Weekly downloads
376
License
MIT
Repository
-
Last release
6 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

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.4-canary.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago