We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3b6e0 commit cf11adaCopy full SHA for cf11ada
section.html
@@ -14,7 +14,12 @@
14
-->
15
16
<!--
17
- Recognizes attributes 'id' and 'title', but marking these as attributes
+ Sections auto-number themselves and their paragraphs. The chosen number can
18
+ be overridden by setting the 'number' attribute. A paragraph can also be
19
+ marked as a continuation of the previous paragraph (without its own number)
20
+ by giving it a 'cont' class.
21
+
22
+ Also recognizes attributes 'id' and 'title', but marking these as attributes
23
cause problems for the ShadowDOM polyfill.
24
25
<polymer-element name="cxx-section" constructor="CxxSectionElement" attributes="number">
0 commit comments