0.24.1 • Published 4 years ago

@xmark/theme-section-template v0.24.1

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

@xmark/theme-section-template

xmark plugin to apply styles to structure generated by @xmark/transform-section-template

Usage

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

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

const markdown = `
`;

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

4 years ago

0.24.0

4 years ago

0.23.5

4 years ago

0.23.4

4 years ago

0.23.3

4 years ago

0.23.2

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

5 years ago

0.13.5

5 years ago

0.13.4

5 years ago

0.13.3

5 years ago

0.13.2

5 years ago

0.13.1

5 years ago

0.13.0

5 years ago

0.12.0

5 years ago