Production version #175
fralau
started this conversation in
Community announcement/discussion
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
1.0.4, 2023-08-07
macro_info()
) arenow readable also in dark mode.
1.0.2, 2023-07-02
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: (Modifying page markdown before macro interpretation #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 ofenv.raw_markdown
, for the same purpose.Added: (Allow opt-in of page rendering, instead of opt-out #162) Allow opt-in of page rendering, by using parameter
render_macros: true
in yaml header of the page(requires
render_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.Use
render_macros: false
instead.Fixed: issues Typo on pages.md #155 (documentation type), {{ git.tag }} will not render tag 3.0.0-beta5 #143 (
git.tab
),Indicate the page where rendering failed #135 (indicate page where rendering failed).
This discussion was created from the release Production version.
Beta Was this translation helpful? Give feedback.
All reactions