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
feat: add left_pad, right_pad, & min_width for headings
# Details
Request: #121
This adds 3 additional heading parameters, left_pad, right_pad, and
min_width.
This works in an identical way to the same parameters in code blocks.
left_pad can be used with any width attribute, whereas right_pad and
min_width are only used for 'block' width.
We do need to take additional care of various concealing behaviors
which adds a bit of complexity.
left_pad: moves the heading line to the left
right_pad: adds a margin of background to the end of block width headings
min_width: ensures that the same padding extends at least to the
specified value making a uniform look easier
0 commit comments