vsch / flexmark-java

CommonMark/Markdown Java parser with source level AST. CommonMark 0.28, emulation of: pegdown, kramdown, markdown.pl, MultiMarkdown. With HTML to MD, MD to PDF, MD to DOCX conversion modules.
BSD 2-Clause "Simplified" License
2.21k stars 260 forks source link

Support for Gatsby Link? #602

Open shsubramanian opened 6 months ago

shsubramanian commented 6 months ago

This is an amazing library. Checking to see if this supports parsing of pages that contains:

import { Link } from "gatsby" This documentation has moved {{<Link to="/NewLocation/">}}here{{</Link>}}

I am working on a project for moving .mdx files from GitHub to Confluence.