Skip to content

Commit

Permalink
2.1.36
Browse files Browse the repository at this point in the history
#### IMPROVED

- Concatenate and output multiple files when multiple arguments or a file glob are passed
- When using `less` as pager, use `-F` flag to skip pagination if the content is less than one page
- Include filename before output if there's more than one file
- Make `--list` list sections and projects with multiple files, separated by filename
- Strip non-title image attributes from references so images are properly recognized

#### FIXED

- Ruby 2.7 error (again)
- Coloration of heading list output
  • Loading branch information
ttscoff committed Dec 20, 2023
1 parent b9bb433 commit 00d616f
Showing 1 changed file with 1 addition and 1 deletion.
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.35'
VERSION = '2.1.36'
end

0 comments on commit 00d616f

Please sign in to comment.