imcuttle / remark-mark

The plugin of remark to support the rule of parse text to `<mark/>`.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remark-mark

build status Test coverage NPM version NPM Downloads

  • Input
abc==mark==
  • HTML Output
<p>abc<mark>mark</mark></p>

About

The plugin of remark to support the rule of parse text to `<mark/>`.

License:MIT License


Languages

Language:JavaScript 100.0%