0.24.0 • Published 4 years ago

@xmark/theme-shower-ribbon v0.24.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

@xmark/theme-shower-ribbon

xmark plugin to apply styles to structure generated by @xmark/transform-shower-ribbon

Usage

yarn add @xmark/core @xmark/transform-shower @xmark/them-shower-ribbon
const inspect = require('unist-util-inspect');
const XMark = require('@xmark/core');
const transform = require('@xmark/transform-shower');
const theme = require('@xmark/theme-shower-ribbon');

const xmark = XMark();
xmark.useTransform(transform, {});
xmark.useTheme(theme, {});

const markdown = `
`;

const hast = xmark.toHAST(markdown);
console.log(inspect(hast));
0.24.0

4 years ago

0.23.1

4 years ago

0.22.0

4 years ago

0.21.0

4 years ago

0.20.0

5 years ago

0.19.0

5 years ago

0.18.0

5 years ago

0.17.0

5 years ago

0.16.0

5 years ago

0.15.0

5 years ago

0.14.2

5 years ago

0.14.1

5 years ago

0.14.0

5 years ago

0.13.0

5 years ago

0.12.0

5 years ago

0.11.0

5 years ago

0.10.0

5 years ago

0.9.1

5 years ago

0.8.0

5 years ago

0.7.0

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago