From eb649656b1e5b67a591a1e609df523040a31b12d Mon Sep 17 00:00:00 2001 From: Abdiel Lopez <48071553+PaperPrototype@users.noreply.github.com> Date: Thu, 28 Apr 2022 15:13:21 -0400 Subject: [PATCH] embeds from Vimeo links Author was not responding to my pull requests for almost a month. And haven't heard from the author at all. I added support for vimeo links. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3820a59..cb9a602 100644 --- a/README.md +++ b/README.md @@ -430,7 +430,7 @@ Extensions - [goldmark-toc](https://github.com/abhinav/goldmark-toc): Adds support for generating tables-of-contents for goldmark documents. - [goldmark-mermaid](https://github.com/abhinav/goldmark-mermaid): Adds support for renderng [Mermaid](https://mermaid-js.github.io/mermaid/) diagrams in goldmark documents. - [goldmark-pikchr](https://github.com/jchenry/goldmark-pikchr): Adds support for renderng [Pikchr](https://pikchr.org/home/doc/trunk/homepage.md) diagrams in goldmark documents. -- [goldmark-embed](https://github.com/13rac1/goldmark-embed): Adds support for rendering embeds from YouTube links. +- [goldmark-embed](https://github.com/PaperPrototype/goldmark-embed): Adds support for rendering embeds from YouTube and Vimeo video links. goldmark internal(for extension developers)