Docx to markdown
pandoc -s input.docx -t markdown -o output.md
Html to mediawiki
pandoc -f html5 -t mediawiki -s input.html -o output.wiki
Combibe multiple files
pandoc -s input.html input-demo.html -o output.html
Markdown to html with custom css
pandoc -c pandoc.css input.md -f markdown -t html -s -o output.html
Html to markdown
pandoc input.html -f html -t markdown -s -o output.md
Markdown to html
pandoc input.md -f markdown -t html -s -o output.html
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.