2.0.0 • Published 2 years ago

markdown-it-abbr v2.0.0

Weekly downloads
94,852
License
MIT
Repository
github
Last release
2 years 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@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-simplyelegantjungledrumgrunt-slice-markdownhonest-editor-jshexo-post-parserhexo-renderer-multi-markdown-ithexo-renderer-multi-markdown-it-plushexo-renderer-multi-next-markdown-ithexo-renderer-markdownhexo-renderer-markdown-ithexo-renderer-markdown-it-jzjhexo-renderer-markdown-it-katexhexo-renderer-markdown-it-plushexo-renderer-adarenderhexo-renderershackmd-to-html-clihexo-next-imarkdownlivedown2lke-componentlke-component-vue3luminet-renderer-markdown-itlsv-componentsmarkdown-to-documentmarkdown-coremarkdown-cli-compilermarkdown-it-vue-antmarkdown-it-vue-custommarkdown-it-vue-diymarkdown-it-vue-mermaidmarkdown-it-vue-minifymarkdown-it-vue-plantuml-testmarkdown-it-vue-simplifymarkdown-it-vue-ssrmarkdown-it-vue2markdown-it-vuemarkdown-render-jsmarkdown2html-lessmarkdown2html-promarkset
2.0.0

2 years ago

1.0.4

9 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

11 years ago

0.1.0

11 years ago