0.4.7 • Published 5 years ago

remark-woofmd v0.4.7

Weekly downloads
5
License
UNLICENSED
Repository
github
Last release
5 years ago

Woof MD

Usage

const remark = require('remark');
const { vis, remark: remarkWoofmd } = require('remark-woofmd');
const processor = remark().data('settings', { commonmark: true, footnotes: true }).use(remarkWoofmd);
const go = s => vis(processor.parse(s));

go(`
# Best addon for your pluphone

Perfecto is real! Right, staff:johnston

Text Before formatter block.
%%(prettify align=center)
Text inside
formatter with //emphasis// and **bold**.
%%
Text just after the formatter block.

<{ Big quote block here

## With headings

}>


<{ Cut string **Bold here** and !!(green) Apple text !! too.
    🍏🍎🍏🍎🍏🍎🍏🍏🍏🍏🍏🍒🍏🍒🍏🍒.

    Yep.
}>

##+Rolled section

This part is hidden for the first look

## Usual heading

Hey boys, it's the end!
`);
0.4.7

5 years ago

0.4.6

5 years ago

0.4.5

5 years ago

0.4.4

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.6

5 years ago

0.3.5

5 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

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

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.1-d3ac74f3

6 years ago