TeselaGen / fsml.org

A BioMADE Collaboration Project
https://fsml.org
13 stars 3 forks source link

Test Showdown with Deno #19

Open tgadam opened 2 years ago

tgadam commented 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

eabeliuk commented 2 years ago

@tgadam let's talk about this one early next week

tgadam commented 2 years ago

TSDocs is currently taking priority other this. A cursory glance didn't yield any immediate straightforward solutions.