Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 565 Bytes

readme.md

File metadata and controls

27 lines (14 loc) · 565 Bytes

coolma

markdown的注解形式增强

形如 @anno[namespace](arg1, arg2){attr1: xxx, attr2: yyy}

基于micromark-extension-directive魔改

举例

image

用法

@abbr(HTML, "HyperText Markup Language")

@abbr(HTML, "HyperText Markup Language"){color: red}


参考 @ref

  • micromark-extension-directive