Skip to content

Commit

Permalink
Fusion with local version
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Franceschetti committed Feb 18, 2024
1 parent 38ac286 commit ef51c7a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mkdocs_macros/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,13 @@ class MacrosPlugin(BasePlugin):
# list of additional yaml files:
('include_yaml', PluginType(list, default=[])),
# for altering the j2 markers, in case of need:
# https://jinja.palletsprojects.com/en/latest/api/
('j2_block_start_string', J2_STRING),
('j2_block_end_string', J2_STRING),
('j2_variable_start_string', J2_STRING),
('j2_variable_end_string', J2_STRING),
('j2_comment_start_string', J2_STRING),
('j2_comment_end_string', J2_STRING),
('j2_comment_start_string', J2_STRING),
('j2_comment_end_string', J2_STRING),
# for behavior of unknown macro (e.g. other plugin):
('on_undefined', PluginType(str, default=DEFAULT_UNDEFINED_BEHAVIOR)),
# for CD/CI set that parameter to true
Expand Down

0 comments on commit ef51c7a

Please sign in to comment.