Skip to content

Releases: gabyx/technical-markdown

Version v3.0.0

Choose a tag to compare

@gabyx gabyx released this 10 Jul 13:57
v3.0.0
525ea34
  • Pandoc 3.x compatible.
  • New nix setup over devenv Nix shell.
  • Serving over just serve over process-compose setup.
  • No gradle only simple nushell.
  • More improvements and tooling fixes.

Version v2.1.0

Choose a tag to compare

@gabyx gabyx released this 06 Jun 17:02

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

Choose a tag to compare

@gabyx gabyx released this 23 Apr 22:58

Bugfixes:

md: Fix ruler syntax. See MarkdownSample.md.

v2.0.2: Rulers, table midrules, PDF include

Choose a tag to compare

@gabyx gabyx released this 23 Apr 21:14
410a49d

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

Choose a tag to compare

@gabyx gabyx released this 16 Apr 20:15

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

Choose a tag to compare

@gabyx gabyx released this 06 Apr 19:23

❗ 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

Choose a tag to compare

@gabyx gabyx released this 01 Feb 23:17

What's Changed

  • Feature: Style improvements by @gabyx in #25

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

Pandoc v2.16.2 compatible

Choose a tag to compare

@gabyx gabyx released this 04 Jan 02:03
v1.6.0

Update to pandoc 2.16.2

Pandoc 2.14.0.2 compatible

Choose a tag to compare

@gabyx gabyx released this 20 Jun 12:49
Cleanup root folder to reduce file mess

- Moved format config files to tools folder

Pandoc 2.11.0.4 compatible

Choose a tag to compare

@gabyx gabyx released this 05 Jun 15:55
1dc9880

Small bugfix.