summaryrefslogtreecommitdiff
path: root/vendor/league/commonmark/README.md
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2020-01-14 13:54:08 +0000
committerGreg Roach <fisharebest@gmail.com>2020-01-14 13:54:08 +0000
commit26c0efaa53fae3c1687c1b9e1ee19ca56feb1627 (patch)
tree47f27e499ae4543b955daaa9fb61b4a41d283916 /vendor/league/commonmark/README.md
parentc08d7baf56d5a2b3182f75d237bc83b6860e0646 (diff)
downloadwebtrees-26c0efaa53fae3c1687c1b9e1ee19ca56feb1627.tar.gz
webtrees-26c0efaa53fae3c1687c1b9e1ee19ca56feb1627.tar.bz2
webtrees-26c0efaa53fae3c1687c1b9e1ee19ca56feb1627.zip
Update vendor dependencies
Diffstat (limited to 'vendor/league/commonmark/README.md')
-rw-r--r--vendor/league/commonmark/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/league/commonmark/README.md b/vendor/league/commonmark/README.md
index 12df509f47..4732b88c36 100644
--- a/vendor/league/commonmark/README.md
+++ b/vendor/league/commonmark/README.md
@@ -88,6 +88,8 @@ Custom parsers/renderers can be bundled into extensions which extend CommonMark.
- [CommonMark Attributes Extension](https://github.com/webuni/commonmark-attributes-extension) - Adds a syntax to define attributes on the various HTML elements.
- [Alt Three Emoji](https://github.com/AltThree/Emoji) An emoji parser for CommonMark.
- [Sup Sub extensions](https://github.com/OWS/commonmark-sup-sub-extensions) - Adds support of superscript and subscript (`<sup>` and `<sub>` HTML tags)
+ - [YouTube iframe extension](https://github.com/zoonru/commonmark-ext-youtube-iframe) - Replaces youtube link with iframe.
+ - [Footnotes extension](https://github.com/rezozero/commonmark-ext-footnotes) - Adds support for referencing footnotes inline and rendering them at the bottom of your content
Others can be found on [Packagist under the `commonmark-extension` package type](https://packagist.org/packages/league/commonmark?type=commonmark-extension).