@xmark/theme-shower-ribbon

0.24.0 • Public • Published

@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));

Readme

Keywords

Package Sidebar

Install

npm i @xmark/theme-shower-ribbon

Weekly Downloads

0

Version

0.24.0

License

MIT

Unpacked Size

27.5 kB

Total Files

4

Last publish

Collaborators

  • mave99a
  • wangshijun