emacs-ctable icon indicating copy to clipboard operation
emacs-ctable copied to clipboard

Is it possible to provide a Makefile which generate the html documentation from the markdown file

Open picca opened this issue 11 years ago • 2 comments

I put everythings in the title :)

cheers

Frederic

picca avatar Feb 08 '14 09:02 picca

Yes. Which tool is suitable for general purpose? I usually use pandoc, it is very powerful but not so popular.

kiwanami avatar Feb 12 '14 04:02 kiwanami

I like pandoc (haskell ;) a lot. but I thing that a lite weight solution is to use directly the markdown text to html converter

on my debian system

apt-get install markdown

picca avatar Feb 16 '14 11:02 picca