❏ Ability to add subparagraph and eliminate indentation
- Assigned to
-
Martin L.
- Notes
-
Hi
,
Martin
For UN/0110/06, I'd like to add subparagraphs 5.1 to 5.3, and subparagraph 13.1 to 13.6 in the HTML without having them indented. They are not indented in the PDF.
The ID in the converter tool is entered as: 5.1, 5.2 etc.
Just a thought - maybe the ability to eliminate indentation would be useful.
HTML
PDF
The current logic (which can be changed if not a good fit) is that a "." in the ID will automatically create an indent relative to its parent. E.g: pa5.1 will always appear as the "child" of pa5, thus will be indented.
We could implement your suggestion, which could be a new Block property such as "indent offset". I believe that implementing this would be semi-complex, but definitely possible. I think we can contemplate going that route especially if this is a common occurrence.
Another idea I had: what if you were to replace the "." in the ID with an "_"?
Try changing the ID from "pa5.1" to "pa5_1" and see how it looks. In terms of document coding, I do not think this would cause any issue, and I believe you'd be able to achieve your goal.
Thanks,
-Martin