2.0.0 • Published 1 year ago

markdown-it-abbr v2.0.0

Weekly downloads
94,852
License
MIT
Repository
github
Last release
1 year ago

markdown-it-abbr

CI NPM version Coverage Status

Abbreviation (<abbr>) tag plugin for markdown-it markdown parser.

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

Markup is based on php markdown extra definition, but without multiline support.

Markdown:

*[HTML]: Hyper Text Markup Language
*[W3C]:  World Wide Web Consortium
The HTML specification
is maintained by the W3C.

HTML:

<p>The <abbr title="Hyper Text Markup Language">HTML</abbr> specification
is maintained by the <abbr title="World Wide Web Consortium">W3C</abbr>.</p>

Install

node.js, browser:

npm install markdown-it-abbr --save
bower install markdown-it-abbr --save

Use

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

md.render(/*...*/) // see example above

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

License

MIT

vue-bulma-text-editor@theonlyjan/vue-markdown-it@tungcv/markdown-it-vue-minifyjsonresume-theme-anthonyjdella-elegantjsonresume-theme-elegantprofilehou-markdown@src-works/npm-ts-gulpskri.be@itlangzi/meditberserk-plugin-content-manager@paiondata/nextwiki@everything-registry/sub-chunk-2132tag-markdownszqy-markdown-it-vuevue-markdownvue-markdown-attrsvue-markdown-guojvue-markdown-itvue-markdown-plusvue-markdown-v1vue-markdown-v2vue-markdown-v3vue-markdown2ws-strapi-forkxcui-demo-loaderxiteupsubmarkdownntnstackeditspec-markdown-editorstrapi-boing-adminstrapi-maxiphy-adminstrapi-plugin-content-manager-mockstrapi-plugin-content-manager-pxtstrapi-plugin-content-managertiklab-markdown-uivite-plugin-vue-markdown-resolvervite-plugin-vuedocvue-cli-plugin-sflegovue-cli-plugin-vusion@dking/markdown-webpack-loader@cuiko/for-editor@roy2651/roy2651-engine@ruangnazi/markdown-it-vue@ruibaby/wikijsonresume-theme-noahjsonresume-theme-eleganterjsonresume-theme-elegantfixedjsonresume-theme-elegantnewjsonresume-theme-elegantojsonresume-theme-elephantjsonresume-theme-jupejsonresume-theme-elegant-customjsonresume-theme-elegant-frjsonresume-theme-elegant-jalijsonresume-theme-elegant-maksymgendinjsonresume-theme-elegant-mrseanryanjsonresume-theme-elegant-pdfjsonresume-theme-elegant-projectsjsonresume-theme-elegantjk-markdown-itjoplin-rendererkcv-theme-elegantjsonresume-theme-ah3nryjsonresume-theme-simplyelegantjungledrum@meeehdi/strapi-adminvuepress2documentstatic-site-scaffoldstatical-ghostssg-cli-toolsquad-editortinso-editor-engineturpantop-bun@anthonyjdella/jsonresume-theme-anthonyjdella-elegant@asterics-docs/vuepress-theme-docs@akemona-org/strapi-plugin-content-manager@bimbeo160/admin@biz-dev-ops/md-docs@byronwan/hexo-renderer-markdown-it-katex@cabezonidas/shop-ui@bret/siteup@chuangker/nice-mail@cepharum/pdf-maker@chatopera/markdown-it-vue@adapttive/vue-markdown@cnblogs/markdown-it-presets@cloudpss/web-components@codementor/ui-kit@brainhive/strapi-admin@digicms/admin@digicommerce/cms-admin@danhuyenphan/strapi-admin@danestves/markdownyhb-vue-markdownzacheditor-enginexwb-react-markdownzfinderzeppelin-markdown-spellvuejs-markdown-it
2.0.0

1 year ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

10 years ago

0.1.0

10 years ago