Skip to content

J-Rios/markdown-pandoc-workbench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown Pandoc Workbench

Markdown Pandoc Workbench for plain text based documentation generation.


Requirements

Give execution permission and run pandoc_install script (for debian-ubuntu based system) to automatic installation of all requirements:

chmod +x pandoc_install pandoc_run
sudo ./pandoc_install

Usage

To generate documents in HTML, ODT and PDF formats from Markdown plain text files, use the pandoc_run script:

./pandoc_run mydoc_example

Notes

  • Check Markdown style guide.

  • Check Pandoc Manual.

  • Recommended vscode plugins for Markdown work:

    • markdownlint: To check for correct Markdown style.

    • Pandoc Markdown Preview: Allows to see Pandoc compatible Markdown, like multi-line tables. It is better to use this than builtin vscode preview due there is some things that are not supported in builtin previews (i.e. multi-line tables). Ctrl+Shift+R to Open Pandoc Preview Window.

    • Language - Code Spell Checker: To check for correct english/spanish/etc. text and avoid misspelling.

  • Use vscode "Pandoc Markdown Preview" plugin (Ctrl+Shift+R) to open a real time preview of Markdown edition.

  • The Workbench needs some requirements, like LaTeX to be able to generate PDF files.

About

Basic workbench skelleton for plain text based documentation generation.

Resources

License

Stars

3 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors