Render markdown

Hi
Since gitlab markdown has its own syntax for something, so is there any library/api can render the MD files into HTML? I developer a Wordpress plugins to build the document system and host the MD files on gitlab https://www.quantr.foundation/docs/
thanks
Peter

You can fetch raw files using the repository files API endpoint, and then use the markdown API endpoint to convert the Markdown content to HTML. (I did not know this, thanks for the question :slight_smile: )