Open tgadam opened 2 years ago
We want to have a predictable way to convert markdown to html. Showdown is one of the most popular packages that does this. We need to determine if it will work with Deno.
https://github.com/showdownjs/showdown
Here's the link to the Deno docs on how to use Node.js code in Deno https://deno.land/manual@v1.15.2/npm_nodejs
@tgadam let's talk about this one early next week
TSDocs is currently taking priority other this. A cursory glance didn't yield any immediate straightforward solutions.
We want to have a predictable way to convert markdown to html. Showdown is one of the most popular packages that does this. We need to determine if it will work with Deno.
https://github.com/showdownjs/showdown
Here's the link to the Deno docs on how to use Node.js code in Deno https://deno.land/manual@v1.15.2/npm_nodejs