2.0.0 • Published 11 months ago

markdown-it-abbr v2.0.0

Weekly downloads
94,852
License
MIT
Repository
github
Last release
11 months 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-loaderxiteuprn-strapi-adminsane-reportsscpdbscpdb-terminalsubmarkdownntnstackeditspec-markdown-editorstrapi-boing-adminstrapi-maxiphy-adminstrapi-plugin-content-manager-mockstrapi-plugin-content-manager-pxtstrapi-plugin-content-managersergiy-strapi-plugin-content-managertiklab-markdown-uivite-plugin-vue-markdown-resolvervite-plugin-vuedocvue-cli-plugin-sflegovue-cli-plugin-vusion@meeehdi/strapi-adminvuepress2documentmikuparsermenneumetalsmith-bundlemini-markdown-it-pluginsjk-markdown-itjsonresume-theme-elegantjsonresume-theme-elegant-customjsonresume-theme-elegant-frjsonresume-theme-eleganterjsonresume-theme-elegantfixedjsonresume-theme-elegantnewjsonresume-theme-elegantojsonresume-theme-elephantjsonresume-theme-elegant-jalijsonresume-theme-elegant-maksymgendinjsonresume-theme-elegant-mrseanryanjsonresume-theme-elegant-pdfjsonresume-theme-elegant-projectsjsonresume-theme-jupejsonresume-theme-noahjsonresume-theme-simplyelegantjsonresume-theme-ah3nrylivedown2molecule-markdown-editormonaco-markdown-editormotes-mdjungledrumhexo-renderer-multi-markdown-ithexo-renderer-multi-next-markdown-ithexo-renderer-adarenderhexo-renderer-markdownhexo-renderer-markdown-ithexo-renderer-markdown-it-jzjhexo-renderer-markdown-it-katexhexo-renderer-markdown-it-plushexo-post-parserhexo-next-imarkdownhexo-renderersgovuk-eleventy-pluginhackmd-to-html-cligrunt-slice-markdownkcv-theme-elegantjoplin-rendererhonest-editor-jsmulpmrkmarkdown-render-jsmarkdown-it-vuemarkdown-it-vue-antmarkdown-it-vue-custommarkdown-it-vue-diymarkdown-it-vue-minifymarkdown-it-vue-plantuml-testmarkdown-it-vue-simplify
2.0.0

11 months ago

1.0.4

8 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