relzhong / joplin-plugin-attrs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Joplin Attrs Markdown plugin

This plugin adds attrs capability as in markdownIt plugin attrs plug-in.

Usage

# header {..c-red}

output

<h1 css-module="c-red">header</h1>

build in color attribute c-red c-yellow c-blue c-green c-pink c-purple c-lightyellow c-lightblue c-lightgreen c-lightpink

About


Languages

Language:TypeScript 67.3%Language:JavaScript 30.7%Language:CSS 2.0%