vintro
2023-08-14 f1c9ca495e450ecb62dade70c4b60d86e106f79c
content/advanced/making plugins.md
@@ -153,9 +153,9 @@
            }
          })
        // remove all links (replace with just the link content)
        // match by 'type' field on an mdast node
        // https://github.com/syntax-tree/mdast#link in this example
         // remove all links (replace with just the link content)
         // match by 'type' field on an mdast node
         // https://github.com/syntax-tree/mdast#link in this example
          visit(tree, "link", (link: Link) => {
            return {
              type: "paragraph"