markdown-it-abbr
markdown-it-abbr copied to clipboard
Abbreviation (<abbr>) tag plugin for markdown-it markdown parser
I think it'd be nice for the abbreviations and their expanded forms to be defined where the plugin is `use()`'d as to avoid the complication of handling transclusion per file.
```log [11ty] Problem writing Eleventy templates: [11ty] 1. Having trouble rendering liquid template ./src/content/blog/article.md (via TemplateContentRenderError) [11ty] 2. Cannot read properties of undefined (reading 'abbreviations') (via TypeError) [11ty] [11ty] Original...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. Release notes Sourced from actions/setup-node's releases. v6.0.0 What's Changed Breaking Changes Limit automatic caching to npm, update workflows and documentation by @priyagupta108 in actions/setup-node#1374...
URL, URLs, URL's AWS, AWS'
```md -[HTML]: HyperText Markup Language ``` instead of: ```md *[HTML]: HyperText Markup Language ``` because [prettier](https://prettier.io/) is auto-formatting (on save) to be: ```md _[HTML]: HyperText Markup Language ``` which is...