Members
62
Posts
4
Active Today
2
Created
1 yr. ago
Moderators
-
Markdown users @lemmy.ml Nemo's public admirer @lemmy.sdf.orgWhat all do you use markdown for? Applications and use cases?
I got introduced to it in the R site.
Links, formatting and tables. Tables are awesome.I use Markor on Android. The search/replace feature's regex option makes formatting data into tables easier.
-
Markdown users @lemmy.ml Kcg @lemmy.mlYour tool chain?
What is your current setup for .md docs?
I am using VS code with the grammarly extension for editing, then have a mkdocs static site generator from the docs and then to create a PDF version, I am using pandoc.
-
Markdown users @lemmy.ml Kcg @lemmy.mlPandoc
I've had great fun working with converting md files to PDF with pandoc. Only annoying element is that it needs a pdflatex engine to be installed also.
-
Markdown users @lemmy.ml Kcg @lemmy.mlHackMD
Quite a nice clean markdown editing tool with split views like OverLeaf.