2.0.0 • Published 2 years ago

markdown-it-sub v2.0.0

Weekly downloads
99,754
License
MIT
Repository
github
Last release
2 years ago

markdown-it-sub

Build Status NPM version Coverage Status

Subscript (<sub>) tag plugin for markdown-it markdown parser.

v1.+ requires markdown-it v4.+, see changelog.

H~2~0 => H<sub>2</sub>O

Markup is based on pandoc definition. But nested markup is currently not supported.

Install

node.js, browser:

npm install markdown-it-sub --save
bower install markdown-it-sub --save

Use

var md = require('markdown-it')()
            .use(require('markdown-it-sub'));

md.render('H~2~0') // => '<p>H<sub>2</sub>O</p>'

Differences in browser. If you load script directly into the page, without package system, module will add itself globally as window.markdownitSub.

License

MIT

vue-bulma-text-editor@theonlyjan/vue-markdown-itthomasclausen.dk@tungcv/markdown-it-vue-minifybebras-md@leecervan/vuepress-theme-plutoskri.be@itlangzi/meditstatic-site-expressberserk-plugin-content-manager@paiondata/nextwikidragonstyle-test@everything-registry/sub-chunk-2132ice-markdownalt-super-great-testing-chat-temptag-markdownszqy-markdown-it-vuesvelte-nostrwiki10vue-markdownvue-markdown-attrsvue-markdown-guojvue-markdown-itvue-markdown-konishivue-markdown-plusvue-markdown-v1vue-markdown-v2vue-markdown-v3vue-markdown2ws-strapi-forkxcui-demo-loaderxiteupsubmarkdownntnstackeditspec-up-tspec-markdown-editorspec-upstrapi-boing-adminstrapi-maxiphy-adminstrapi-plugin-content-manager-mockstrapi-plugin-content-manager-pxtstrapi-plugin-content-managerthepresstiklab-markdown-uivoox-waline-vercelvitepress-pure-theme-zycovite-plugin-vuedocvickymdvitepress-blog@dking/markdown-webpack-loader@doc-tools/yfm-editor@doc-tools/yfm2xliff@creatorsn/powereditor@ctoweb/plugin-sub@cuiko/for-editor@roy2651/roy2651-engine@ruangnazi/markdown-it-vue@ruibaby/wikijk-markdown-itjoplin-rendererjungledrum@meeehdi/strapi-adminvuepress2document@halo-dev/halo-markdown-editorstupidly-simple-blogstatic-site-scaffoldstatical-ghostssg-cli-toolsquad-editorsuper-great-testing-chat-temptinso-editor-engineub-jsdocuek-react-markdownuek-react-mdturpantutors-gen-libtop-bun@aomao/plugin-sub@asterics-docs/vuepress-theme-docs@akemona-org/strapi-plugin-content-manager@barkoder/vue-codemarkdown@bimbeo160/admin@byronwan/hexo-renderer-markdown-it-katex@cabezonidas/shop-ui@bret/siteup@carbon/ai-chat@chuangker/nice-mail@cepharum/pdf-maker@chatopera/markdown-it-vue@0xgg/echomd@adapttive/vue-markdown@cnblogs/markdown-it-presets@cloudpss/web-components@brainhive/strapi-admin@digicms/admin@digicommerce/cms-admin@danhuyenphan/strapi-admin@danieldx/menoteyhb-vue-markdownzacheditor-engine
2.0.0

2 years ago

1.0.0

10 years ago

0.1.0

10 years ago