TechnicalMarkdown Versions Save

Easy and full-automated markdown setup for technical documents.

v2.1.0

1 year ago

What's Changed

Full Changelog: https://github.com/gabyx/TechnicalMarkdown/commits/v2.1.0

v2.0.3

2 years ago

Bugfixes:

md: Fix ruler syntax. See MarkdownSample.md.

v2.0.2

2 years ago

Features:

  • md: Add rulers, e.g. [Name:]{.hrule-fill thickness=0.5pt width=10cm}.
  • md: Add PDF include syntax, e.g. ![Pandoc User's Guide](files/PandocUsersGuide.pdf){.includepdf pages=5- style="width:100%;height:20cm;max-width:100%"}.
  • md: Custom table conversion includes some option to add horizontal rules.

Bugfixes:

  • build various old setups.
  • html: duplicated ids in navigation and TOC.
  • latex: Do not load lmodern in xelatex.
  • docker: Add poppler utils to the Docker containers.

v2.0.1

2 years ago

Yarn and node are now installed on, local setups automatically into build/node. The docker images are configured to use the node setup in the image.

v2.0.0

2 years ago

❗ This major update includes docker images (see Readme.md) and some major clean up on the directory structure of the repository. The major changes include

  • Pandoc 2.17 is used in all docker images.
  • convert folder has been moved to tools/convert to decouple the build from the markdown source. The upgrade makes it possible to use docker images technical-markdown:<version> to build your own sources without the need to have the tools folder also in your own repository. Also a different source layout is possible by adapting the build.gradle.kts. If you want to experiment in your fork or own repository with different layouts/styling and pandoc conversions you can use the technical-markdown:<version>-minimal image which does not include the tools folder. Any feature improvement which could be of general interest is highly welcome.

v1.7.0

2 years ago

v1.6.0

2 years ago

v1.5.0

2 years ago

v1.4.3

2 years ago

Small bugfix.

v1.4.2

2 years ago