From 4d04247df19e16512b882e7a899ec58ec28d304f Mon Sep 17 00:00:00 2001 From: Sandros94 Date: Tue, 5 Mar 2024 13:42:39 +0100 Subject: [PATCH] feat: add `nuxt-markdown-render` --- icons/markdown.svg | 1 + modules/markdown-it.yml | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 icons/markdown.svg create mode 100644 modules/markdown-it.yml diff --git a/icons/markdown.svg b/icons/markdown.svg new file mode 100644 index 000000000..171ea2548 --- /dev/null +++ b/icons/markdown.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/modules/markdown-it.yml b/modules/markdown-it.yml new file mode 100644 index 000000000..504976c6f --- /dev/null +++ b/modules/markdown-it.yml @@ -0,0 +1,16 @@ +name: markdown-it +description: A Nuxt module that fully integrates markdown-it. +repo: sandros94/nuxt-markdown-render +npm: nuxt-markdown-render +icon: markdown.png +github: https://github.com/sandros94/nuxt-markdown-render +learn_more: '' +category: Libraries +type: 3rd-party +maintainers: + - name: Sandro Circi + github: sandros94 + avatar: https://avatars.githubusercontent.com/u/13056429 +compatibility: + nuxt: ^3.5.0 + requires: {}