Bugfix release for filtering math nodes. Thanks to @UlyssesZh for the fix!
Also upgrade paru to support pandoc 3.2.1.
Upgrade to ruby 3.0.6 as minimum version; Preserve tabs by default
I've moved the minumum required version of Ruby to 3.0.6. I will drop support for ruby versions below 3.0. If you really want to use an unsupported version of Ruby, you can keep using paru version 1.1.x.
Also, in response to #79, paru now preserves tabs by default when running filters.
Bugfix filter functionality for table column span
Fixed 78: Correctly set width and alignments in table column spans.
Bugfix filter functionality
Fixed #77, ensuring that a filter always has a current_document property. Very minor change.
Update to support pandoc 3.x
Paru 1.1 supports pandoc 3.x. Added support for the new command-line options and the new pandoc-types version for filters. No other changes; No new features added.
Note Due to a change in pandoc-types used by pandoc, you need to upgrade to paru 1.1 when you're using pandoc 3.x. Similarly, if you're still using pandoc 2.x, you cannot upgrade paru beyond version 1.0.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps paru from 1.0.3 to 1.2.1.
Release notes
Sourced from paru's releases.
Commits
8224691
Release 1.2.1e8109f5
Merge branch 'master' of github.com:htdebeer/paru506c640
Update to support pandoc 3.2.152d4f69
Merge pull request #82 from UlyssesZh/patch-1b464f7d
Fix NameError when usingMath#display?
andMath#inline?
a110bce
Move to ruby 3.0.x as minimum version76fcd2c
Start preserving tabs when running filters (#79)76a83f8
Fix #78: Format Ruby Hash literals correctly5a2bb72
Update pandoc to 3.1.41fdae5a
Fix #77: Ensures that a filter's current_document property always has a valueDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show