Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Pandoc | 29,083 | 11 | a day ago | 71 | August 22, 2022 | 989 | other | Haskell | ||
Universal markup converter | ||||||||||
Zettlr | 8,517 | a day ago | 325 | gpl-3.0 | TypeScript | |||||
A Markdown Editor for the 21st century. | ||||||||||
Nb | 5,434 | 8 days ago | 281 | June 12, 2022 | 98 | agpl-3.0 | Shell | |||
CLI and local web plain text note‑taking, bookmarking, and archiving with linking, tagging, filtering, search, Git versioning & syncing, Pandoc conversion, + more, in a single portable script. | ||||||||||
Pandoc Latex Template | 5,170 | 3 days ago | 89 | bsd-3-clause | TeX | |||||
A pandoc LaTeX template to convert markdown files to PDF or LaTeX. | ||||||||||
Markdown Preview Enhanced | 3,763 | 7 months ago | 887 | other | HTML | |||||
One of the 'BEST' markdown preview extensions for Atom editor! | ||||||||||
Oscp Exam Report Template Markdown | 2,799 | 2 months ago | 2 | mit | Ruby | |||||
:orange_book: Markdown Templates for Offensive Security OSCP, OSWE, OSCE, OSEE, OSWP exam report | ||||||||||
Rmarkdown | 2,674 | 7,992 | 7,195 | 14 hours ago | 45 | March 10, 2022 | 238 | gpl-3.0 | R | |
Dynamic Documents for R | ||||||||||
Littleosbook | 1,979 | 6 months ago | 63 | CSS | ||||||
Source for the little book about OS development | ||||||||||
Patat | 1,905 | 2 | 4 months ago | 43 | March 12, 2021 | 26 | gpl-2.0 | Haskell | ||
Terminal-based presentations using Pandoc | ||||||||||
Pandoc_resume | 1,429 | a month ago | 30 | mit | TeX | |||||
The Markdown Resume |
Pandoc markdown templates for academic articles, presentations and theses to write distraction-free while maintaining beautiful typesetting.
from md | article | presentation | thesis |
---|---|---|---|
![]() |
![]() |
![]() |
|
to html | ![]() |
||
to docx | ![]() |
![]() |
|
to epub | ![]() |
||
to pdf | ![]() |
![]() |
![]() |
to pptx | ![]() |
||
to tex | ![]() |
![]() |
![]() |
Follow the The Markdown Guide and make sure you have a Markdown editor like Zettlr and a Bibtex editor like JabRef installed.
Run workflow
in the top right cornerInstall all prerequisites
Open your command line and execute on of the following commands.
make all
to build all documentsmake article
to build the articlemake article-docx article-pdf article-tex
to build the article in different formatsmake presentation
to build the presentationmake presentation-html presentation-pdf presentation-pptx presentation-tex
to build the presentation in different formatsmake thesis
to build the thesismake thesis-docx thesis-epub thesis-pdf thesis-tex
to build the thesis in different formatsmake help
to get a list of all available commandsInstall the latest version of Node and all dependencies.
npm install
To use linting and formatting, use the following commands.
npm run check
npm run format
Change the variables in the frontmatter in article/article.md, presentation/presentation.md or thesis/00.md to configure your document.
author:
- '[Eleanor Roosevelt]([email protected])'
- '[John Peters Humphrey]([email protected])'
bibliography: references.bib # bibliography to use for resolving references
csl: https://www.zotero.org/styles/chicago-note-bibliography
date: 1 January 2023
keywords: # list of keywords to be included in HTML, PDF, ODT, pptx, docx and AsciiDoc metadata; repeat as for author, above
lang: en-US
Change the default files to your needs:
Use Conventional Commits for adding human and machine readable meaning to commit messages. To use commitizen, use the following commands.
npm run commit
This project is maintained by @maehr. Please understand that we won't be able to provide individual support via email. We also believe that help is much more valuable if it's shared publicly, so that more people can benefit from it.
Type | Platforms |
---|---|
Bug Reports | GitHub Issue Tracker |
Feature Requests | GitHub Issue Tracker |
Report a security vulnerability | GitHub Issue Tracker |
.github/workflows/pandoc.yml
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details