Skip to content

Commit

Permalink
2.1.24
Browse files Browse the repository at this point in the history
#### NEW

- Save MultiMarkdown metadata into a hash
- Allow [%metakey] replacements
- Allow {{filename}} transcusions (MultiMarkdown), respects "transclude base:" metadata
- Transclude documents with `{{filename}}`, nesting allowed, "transclude base:" metadata respected (even in YAML)
- Metadata can be used in `[%key]` format to have it replaced in the output based on metadata values
  • Loading branch information
ttscoff committed Dec 4, 2023
1 parent 6ecb3b8 commit b9904a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2.1.24
: Save MultiMarkdown metadata into a hash
: Allow [%metakey] replacements
: Allow {{filename}} transcusions (MultiMarkdown), respects "transclude base:" metadata
: Transclude documents with `{{filename}}`, nesting allowed, "transclude base:" metadata respected (even in YAML)
: Metadata can be used in `[%key]` format to have it replaced in the output based on metadata values

2.1.23
: Fix release pipeline to get version number correct in git release
: Changelog mismatch
Expand Down
2 changes: 1 addition & 1 deletion lib/mdless/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module CLIMarkdown
VERSION = '2.1.23'
VERSION = '2.1.24'
end

0 comments on commit b9904a2

Please sign in to comment.