Version 3.10.0
There were 13 changes in Retype 3.10.0.
New
- New Inline and block level hidden comments using wrapping
%%
- New
nextprev
project and page setting to configure Next and Previous page navigation, see #34 - New Callout
tip
variant - New Page
meta.description
configuration, see #638 - New support for adding generic attribute syntax on list items, see #603
- New custom anchors using Obsidian
^anchor
syntax
Improved
- Handle case-sensitive #anchor links and resolve if case-insensitive version found
- Add
translate=\"no\"
attribute to code block<pre>
element - Add unique
id
values to important template elements, see #538 639 and #640 - Improve automatic smooth scroll to #anchor on document load
Fixed
- Fixed exception being thrown if
order
set with a huge number, see #751 - Fixed pipe separated dimensions issue where dimensions were added to image label if label is empty
- Fixed code block height not rendering correctly if no content in code block