0.24.1 • Published 5 years ago
@xmark/theme-section-template v0.24.1
@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
5 years ago
0.24.0
5 years ago
0.23.5
5 years ago
0.23.4
5 years ago
0.23.3
5 years ago
0.23.2
5 years ago
0.23.1
5 years ago
0.22.0
5 years ago
0.21.0
5 years ago
0.20.0
6 years ago
0.19.0
6 years ago
0.18.0
6 years ago
0.17.0
6 years ago
0.16.0
6 years ago
0.15.0
6 years ago
0.14.0
6 years ago
0.13.5
6 years ago
0.13.4
6 years ago
0.13.3
6 years ago
0.13.2
6 years ago
0.13.1
6 years ago
0.13.0
6 years ago
0.12.0
6 years ago