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
When validating a markdown document against a markdown template, if the document has additional level 1 headings, the error
output only states that new headers have been added. It is left to the reader to figure out which one has been added.
To Reproduce
Steps to reproduce the behavior:
Establish a markdown template
Create a document from that template
Add a new level one header to the end of the document
Validate the document against the template and see something like the following result:
New headers of level 1 were added to the markdown instance: /mnt/arch-design/ssad/privileged-access-gateway/privileged-access-gateway-ssad.md.
INVALID: arch-design/ssad/privileged-access-gateway/privileged-access-gateway-ssad.md
Expected behavior
Expect to see additional line(s) showing the added headers to make it easy to find in the document.
Screenshots / Logs.
None needed
Environment
OS: [e.g. iOS] MacOS
Python version: 3.11.11
Installed packages: standard trestle install
The text was updated successfully, but these errors were encountered:
Describe the bug
When validating a markdown document against a markdown template, if the document has additional level 1 headings, the error
output only states that new headers have been added. It is left to the reader to figure out which one has been added.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expect to see additional line(s) showing the added headers to make it easy to find in the document.
Screenshots / Logs.
None needed
Environment
The text was updated successfully, but these errors were encountered: