@fossilesque@mander.xyzM to Science Memes@mander.xyzEnglish • 7 months agoLPT Do it.mander.xyzimagemessage-square190fedilinkarrow-up11.03Karrow-down122
arrow-up11Karrow-down1imageLPT Do it.mander.xyz@fossilesque@mander.xyzM to Science Memes@mander.xyzEnglish • 7 months agomessage-square190fedilink
minus-square@TrickDacy@lemmy.worldlinkfedilinkEnglish1•7 months agoI like this idea. What tool do you use for converting the markdown to html?
minus-square@ulternolinkEnglish0•edit-27 months agokramdown and discount are 2 fun little tools. kramdown is more fully featured and is a Ruby Gem. discount is made in C and is more suitable if you are using it in an on-the-fly render process (∵ lesser CPU cycles), but it has lesser functionality features.
I like this idea. What tool do you use for converting the markdown to html?
kramdown
anddiscount
are 2 fun little tools.kramdown
is more fully featured and is a Ruby Gem.discount
is made in C and is more suitable if you are using it in an on-the-fly render process (∵ lesser CPU cycles), but it has lesserfunctionalityfeatures.