UNPKG

remark-css-selectors

Version:

Adding class and id attribute to AST tree (not standard markdown syntax)

11 lines (7 loc) 208 B
import transformer from "./components/transformAst"; import parser from "./components/attrParser"; function attacher(){ parser.call(this); return transformer; } export default attacher;