Production version
1.0.4, 2023-08-07
- Fixed: Warning due to filter issue with mkdocs >= 1.5
- Fixed: Debug html tables (including for
macro_info()
) are
now readable also in dark mode.
1.0.2, 2023-07-02
- Added: it is now possible to use macros in page titles, in the
nav section of the yaml file, or in the level 1 titles;
the macros are correctly interpreted in the navigation part
of the page.
1.0.1, 2023-05-25
1.0.0-alpha, 2023-04-23
-
Improved user guide, with introduction of two new pages:
"Controlling macro rendering" and "Post production". -
Fixed: (#158) In modules,
on_pre_page_macros()
, theenv.markdown
attribute is now available to create a header or footer. -
Changed: In
on_post_page_macros()
useenv.markdown
instead of
env.raw_markdown
, for the same purpose. -
Added: (#162) Allow opt-in of page rendering, by using parameter
render_macros: true
in yaml header of the page
(requiresrender_by_default:false
in the macro parameters,
in the config file). -
Fixed:
macro_info()
now generates a header of category 2,
so as to be used with other material in the same page,
and not confuse the macro generators. -
Changed:
ignore_macros: true
in page header is deprecated.
Userender_macros: false
instead. -
Fixed: issues #155 (documentation type), #143 (
git.tab
),
#135 (indicate page where rendering failed).