Releases: gabyx/Technical-Markdown
Releases · gabyx/Technical-Markdown
Version v2.1.0
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
Bugfixes:
md: Fix ruler syntax. See MarkdownSample.md
.
v2.0.2: Rulers, table midrules, PDF include
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
inxelatex
. - docker: Add
poppler
utils to the Docker containers.
v2.0.1: Remove node/yarn form local setup
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
❗ 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 totools/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 thetools
folder also in your own repository. Also a different source
layout is possible by adapting thebuild.gradle.kts
. If you want to
experiment in your fork or own repository with different layouts/styling and
pandoc
conversions you can use thetechnical-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
Pandoc v2.16.2 compatible
v1.6.0 Update to pandoc 2.16.2
Pandoc 2.14.0.2 compatible
Cleanup root folder to reduce file mess - Moved format config files to tools folder
Pandoc 2.11.0.4 compatible
Small bugfix.
Pandoc 2.14.0.1 compatible
Merge pull request #20 from gabyx/feature/pandoc-update-2.14 Pandoc update 2.14.0.1