Releases: andykuszyk/markasten
Releases · andykuszyk/markasten
Fixed spaces in tags
Fixed bug with spaces in tags Fixes https://github.com/andykuszyk/markasten/issues/6
Fixed table of contents for tags containing `:`
v0.3.2 Handled tag headings that contain a colon
Dependency update
v0.3.1 Merge pull request #4 from andykuszyk/dependabot/go_modules/github.co…
Added --toc flag
Added a new flag to generate a table of contents of tags at the start of indexes.
Corrected git hashes in workflows
v0.2.2 Corrected git commit hashes
Security fixes
v0.2.1 Ensured latest version of yaml lib is used
Added flag to include other tags in generated output
--tag-links
can now be used to include the list of other tags a file is associated with in the generated output. For example:
# Index
## Tag X
- [File title](path/to/file.md) `tag-y`
## Tag Y
- [File title](path/to/file.md) `tag-x`
First release to action marketplace
v0.1.1 corrected branding information
Used yaml front matter, rather than backtick quoted text, for tags
v0.1.0 Updated instructions
Published latest tag on release
v0.0.7 Tagged docker image with latest when publishing