respec icon indicating copy to clipboard operation
respec copied to clipboard

Rework section title css classes

Open sglaser opened this issue 4 years ago • 2 comments

Wrap section title in <span class="sect-title">. Add <span class="secthdr" hidden>Chapter|Section|Appendix</span>

The hidden span allows code that references a section to be formatted "Chapter 8" if so desired. This puts the code that picks the name Chapter|Section}|Appendix in one place.

Wrapping the title in sect-title simplifies potential css formatting of the title.

sglaser avatar Feb 25 '20 06:02 sglaser

I'm working on updating the test so this passes.

sglaser avatar Feb 25 '20 06:02 sglaser

ok, cool - appreciate you taking the time to send these fixes. Will wait for update on the tests. Any issues, just give us a shout.

marcoscaceres avatar Feb 27 '20 06:02 marcoscaceres