50
50
< div class ="paragraph "> This is the second paragraph of the article. The margin between paragraphs is 11 px.</ div >
51
51
< div class ="contents ">
52
52
< div class ="peak "> Contents</ div >
53
- < div class ="cs "> 1. Sample Sector</ div >
54
- < div class ="cs "> 2. Another Sector</ div >
55
- < div class ="cs "> 3. References</ div >
53
+ < div class ="cs " tag =" 1 " > 1. Sample Sector</ div >
54
+ < div class ="cs " tag =" 2 " > 2. Another Sector</ div >
55
+ < div class ="cs " tag =" 3 " > 3. References</ div >
56
56
</ div >
57
57
< div class ="sector " tag ="1 "> < span class ="hideshow " tag ="1 "> ▶ </ span > Sample Sector</ div >
58
- < div class ="paragraph "> Above there is a sector separator with a unique tag. Next to the title of the sector there is a hide/show button.</ div >
59
- < div class ="paragraph "> Next, there is an example equation displayed in LaTeX formatting:</ div >
60
- < div class ="equation ">
61
- \[
62
- \frac{d}{dx} f(x) = \lim_{h\to0} \frac{f(x+h)-f(x)}{h} \: \: \: \: \: \: \: \: \: (1 \:. 1\:)
63
- \]
58
+ < div class ="sector-content-container " tag ="1 ">
59
+ < div class ="paragraph "> Above there is a sector separator with a unique tag. Next to the title of the sector there is a hide/show button.</ div >
60
+ < div class ="paragraph "> Next, there is an example equation displayed in LaTeX formatting:</ div >
61
+ < div class ="equation ">
62
+ \[
63
+ \frac{d}{dx} f(x) = \lim_{h\to0} \frac{f(x+h)-f(x)}{h} \: \: \: \: \: \: \: \: \: (1 \:. 1\:)
64
+ \]
65
+ </ div >
66
+ < div class ="legend "> Fig. 1.1. This is an example legend.</ div >
67
+ < div class ="paragraph "> This how a < span class ="link "> link</ span > is displayed.</ div >
64
68
</ div >
65
- < div class ="legend "> Fig. 1.1. This is an example legend.</ div >
66
- < div class ="paragraph "> This how a < span class ="link "> link</ span > is displayed.</ div >
67
69
< div class ="sector " tag ="2 "> < span class ="hideshow " tag ="2 "> ▶ </ span > Another Sector</ div >
68
- < div class ="paragraph "> This is the second sector. Now, here is how a script is displayed:</ div >
69
- < div class ="code ">
70
- < div class ="header-code " style ="overflow: hidden; "> Java < span class ="copy " style ="float: right; "> Copy 📋</ span > </ div >
71
- < div class ="line ">
72
- public class Main {
73
- </ div >
74
- < div class ="line ">
75
- public static void main(String[] args) {
76
- </ div >
77
- < div class ="line ">
78
- System.out.println("Hello World!"); // Prints "Hello World!" to the console.
79
- </ div >
80
- < div class ="line ">
81
- }
82
- </ div >
83
- < div class ="line ">
84
- }
70
+ < div class ="sector-content-container " tag ="2 ">
71
+ < div class ="paragraph "> This is the second sector. Now, here is how a script is displayed:</ div >
72
+ < div class ="code " tag ="1 ">
73
+ < div class ="header-code " style ="overflow: hidden; "> Java < span class ="copy " style ="float: right; " tag ="1 "> Copy 📋</ span > </ div >
74
+ < div class ="line ">
75
+ public class Main {
76
+ </ div >
77
+ < div class ="line ">
78
+ public static void main(String[] args) {
79
+ </ div >
80
+ < div class ="line ">
81
+ System.out.println("Hello World!"); // Prints "Hello World!" to the console.
82
+ </ div >
83
+ < div class ="line ">
84
+ }
85
+ </ div >
86
+ < div class ="line ">
87
+ }
88
+ </ div >
85
89
</ div >
90
+ < div class ="paragraph note "> Note: You can copy the above script by clicking on the copy button.</ div >
86
91
</ div >
87
- < div class ="paragraph note "> Note: You can copy the above script by clicking on the copy button.</ div >
88
- < div class ="sector " tag ="2 "> < span class ="hideshow " tag ="3 "> ▶ </ span > References</ div >
89
- < div class ="paragraph ">
90
- < ul >
91
- < li > First Reference [2099], < span class ="source "> Placeholder Author</ span > , < span class ="editions "> Example Editions</ span > </ li >
92
- < li > Second Reference [2099], < span class ="source "> Placeholder Author</ span > , < span class ="editions "> Example Editions</ span > </ li >
93
- </ ul >
92
+ < div class ="sector " tag ="3 "> < span class ="hideshow " tag ="3 "> ▶ </ span > References</ div >
93
+ < div class ="sector-content-container " tag ="3 ">
94
+ < div class ="paragraph ">
95
+ < ul >
96
+ < li > First Reference [2099], < span class ="source "> Placeholder Author</ span > , < span class ="editions "> Example Editions</ span > </ li >
97
+ < li > Second Reference [2099], < span class ="source "> Placeholder Author</ span > , < span class ="editions "> Example Editions</ span > </ li >
98
+ </ ul >
99
+ </ div >
94
100
</ div >
95
101
</ div >
96
102
</ div >
97
103
< footer >
98
104
@Stagnant09 2024
99
105
</ footer >
100
106
</ body >
107
+ < script src ="script.js "> </ script >
101
108
</ html >
0 commit comments