You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I needed to exclude section numbers from generated headings. After some investigation, I would like to propose some modifications to the plugin to allow users to control whether section numbers are included in headings.
This new configuration option "add_section_numbers", which defaults to True. When set to False, this option excludes section numbers from generated headings.
Hello @timvink ,
In continuation to this - #37 (comment) & #37
I needed to exclude section numbers from generated headings. After some investigation, I would like to propose some modifications to the plugin to allow users to control whether section numbers are included in headings.
CHANGE -->
heading.py -
This new configuration option "add_section_numbers", which defaults to True. When set to False, this option excludes section numbers from generated headings.
plugin.py (CURRENT) -
plugin.py (NEW) -
Let me know what do you think about this!
The text was updated successfully, but these errors were encountered: