md-block icon indicating copy to clipboard operation
md-block copied to clipboard

A custom element for rendering stylable (light DOM) Markdown

Results 14 md-block issues
Sort by recently updated
recently updated
newest added

Ola. Big fan of markdown and this caught my eye by way of the dreaded orange beast. Some suggestions for the project that are hopefully received as helpful: - ESLint...

As described by Github [here](https://github.blog/changelog/2023-12-14-new-markdown-extension-alerts-provide-distinctive-styling-for-significant-content/) Example ([copied](https://github.com/orgs/community/discussions/16925#discussion-4085374)): ``` > [!NOTE] > Highlights information that users should take into account, even when skimming. > [!TIP] > Optional information to help a...

Implement #23. Punch list: - [x] Add basic tests - [x] Add edge case tests - [x] All tests pass - [x] Update demo (index.html) - [x] Update css for...

Thanks very much for this package, it has been very useful! How challenging would it be to support footnotes, as does [Github-flavored markdown](https://github.blog/changelog/2021-09-30-footnotes-now-supported-in-markdown-fields/ )? e.g., ``` Footnotes are added like...