markdown-it-abbr icon indicating copy to clipboard operation
markdown-it-abbr copied to clipboard

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

Results 7 markdown-it-abbr issues
Sort by recently updated
recently updated
newest added

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...

dependencies
github_actions

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...

dependencies
github_actions

```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...