Releases: leovan/quarto-pseudocode
Releases · leovan/quarto-pseudocode
v1.2.0
Bug Fixes
- Make filter compatible with Quarto 1.8. (#11)
Warning
- Change the prefix from
alg-
toalgo-
when using build-in cross reference to make it compatible with Quarto 1.8. - Change the prefix from
algo-
toalg-
when using Quarto custom cross reference to make it compatible with Quarto 1.8.
Features
- Optimize style when there is no caption.
- Add parameter
caption-align
to control caption alignment.
v1.1.3
v1.1.2
v1.1.1
v1.1.0
Features
- Add Quarto custom cross reference support.
- Add build-in cross reference with "float" cross reference support.
- Add parameter
caption-number
to show number in build-in caption. - Automatically add chapter level to number in build-in caption for
book
type project.
Breaking Changes
- Change parameter
alg-title
tocaption-prefix
andalg-prefix
toreference-prefix
to keep consistent with Quarto custom cross reference.
Bug Fixes
- Fix caption number with chapter level not working due to typo.