Skip to content

Releases: gabyx/Technical-Markdown

Version v2.1.0

06 Jun 17:02
Compare
Choose a tag to compare

What's Changed

  • fix: Add acknowledgement after abstract by @gabyx in #31
  • fix: Add html packaging to tasks by @gabyx in #30
  • feat: Latex template update
  • feat: Add RST-style table filter
  • fix(html): Sidenav scroll fixes

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

v2.0.3 Small bugfixes

23 Apr 22:58
Compare
Choose a tag to compare

Bugfixes:

md: Fix ruler syntax. See MarkdownSample.md.

v2.0.2: Rulers, table midrules, PDF include

23 Apr 21:14
410a49d
Compare
Choose a tag to compare

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: Remove node/yarn form local setup

16 Apr 20:15
Compare
Choose a tag to compare

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.

Build setup with docker images

06 Apr 19:23
Compare
Choose a tag to compare

❗ 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.

Pandoc 2.17 compatible

01 Feb 23:17
Compare
Choose a tag to compare

What's Changed

  • Feature: Style improvements by @gabyx in #25

Full Changelog: v1.6.0...v1.7.0

Pandoc v2.16.2 compatible

04 Jan 02:03
Compare
Choose a tag to compare
v1.6.0

Update to pandoc 2.16.2

Pandoc 2.14.0.2 compatible

20 Jun 12:49
Compare
Choose a tag to compare
Cleanup root folder to reduce file mess

- Moved format config files to tools folder

Pandoc 2.11.0.4 compatible

05 Jun 15:55
1dc9880
Compare
Choose a tag to compare

Pandoc 2.14.0.1 compatible

05 Jun 15:21
b37eaa8
Compare
Choose a tag to compare
Merge pull request #20 from gabyx/feature/pandoc-update-2.14

Pandoc update 2.14.0.1