File: section.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 (19 lines) | stat: -rw-r--r-- 379 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
/* --8<-- [start: css-section] */
div {
    color: red;
}
/* --8<-- [end: css-section] */

<!-- -8<- [start: html-section] -->
<div><p>content</p></div>
<!-- -8<- [end: html-section] -->

/* --8<-- [end: css-section2] */
/* --8<-- [start: css-section2] */
div {
    color: red;
}
/* --8<-- [end: css-section2] */

<!-- --8<-- [start: html-section2] -->
<div><p>content</p></div>