File: section_nested.txt

package info (click to toggle)
pymdown-extensions 10.19.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,008 kB
  • sloc: python: 61,088; javascript: 447; sh: 8; makefile: 5
file content (29 lines) | stat: -rw-r--r-- 611 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* --8<-- [start: css-section] */
div {
    color: red;
    /* --8<-- [start: css-section2] */
    background-color: white;
    padding: 16px
    /* --8<-- [end: css-section2] */
}
/* --8<-- [end: css-section] */


/* --8<-- [start: css-section3] */
div {
    color: red;
    /* ;--8<-- [start: css-section4] */
    background-color: white;
    padding: 16px
    /* ;--8<-- [end: css-section4] */
}
/* --8<-- [end: css-section3] */

/* --8<-- [start: css-section5] */
div {
    color: red;
    /* --8<-- [start: css-section5] */
    background-color: white;
    padding: 16px
}
/* --8<-- [end: css-section5] */