@@ -91,6 +91,12 @@ setupHeaders()
9191 <slot name =" before-content" ></slot >
9292
9393 <Content class =" v-nc-content" />
94+
95+ <div class =" content-end" >
96+ <span class =" text" >- END -</span >
97+ </div >
98+ <slot name =" before-comment" ></slot >
99+
94100 <Comment :options =" commentOption" />
95101
96102 <slot name =" after-content" > </slot >
@@ -115,15 +121,15 @@ setupHeaders()
115121 @apply hidden;
116122}
117123.v-nc-content h2 ,
118- .v-nc-content + .v-nc-theme-comment h2 ,
124+ .v-nc-content ~ .v-nc-theme-comment h2 ,
119125.v-nc-content h3 ,
120- .v-nc-content + .v-nc-theme-comment h3 ,
126+ .v-nc-content ~ .v-nc-theme-comment h3 ,
121127.v-nc-content h4 ,
122- .v-nc-content + .v-nc-theme-comment h4 ,
128+ .v-nc-content ~ .v-nc-theme-comment h4 ,
123129.v-nc-content h5 ,
124- .v-nc-content + .v-nc-theme-comment h5 ,
130+ .v-nc-content ~ .v-nc-theme-comment h5 ,
125131.v-nc-content h6 ,
126- .v-nc-content + .v-nc-theme-comment h6 {
132+ .v-nc-content ~ .v-nc-theme-comment h6 {
127133 margin-top : calc (0.5 rem - 64 px );
128134 padding-top : calc (0.5 rem + 64 px );
129135 @apply relative mb-8 pb-4
@@ -133,37 +139,37 @@ setupHeaders()
133139}
134140
135141.v-nc-content h2 a .header-anchor::before ,
136- .v-nc-content + .v-nc-theme-comment h2 a .header-anchor::before ,
142+ .v-nc-content ~ .v-nc-theme-comment h2 a .header-anchor::before ,
137143.v-nc-content h3 a .header-anchor::before ,
138- .v-nc-content + .v-nc-theme-comment h3 a .header-anchor::before ,
144+ .v-nc-content ~ .v-nc-theme-comment h3 a .header-anchor::before ,
139145.v-nc-content h4 a .header-anchor::before ,
140- .v-nc-content + .v-nc-theme-comment h4 a .header-anchor::before ,
146+ .v-nc-content ~ .v-nc-theme-comment h4 a .header-anchor::before ,
141147.v-nc-content h5 a .header-anchor::before ,
142- .v-nc-content + .v-nc-theme-comment h5 a .header-anchor::before ,
148+ .v-nc-content ~ .v-nc-theme-comment h5 a .header-anchor::before ,
143149.v-nc-content h6 a .header-anchor::before ,
144- .v-nc-content + .v-nc-theme-comment h6 a .header-anchor::before {
150+ .v-nc-content ~ .v-nc-theme-comment h6 a .header-anchor::before {
145151 content : "#" ;
146152 @apply absolute sm :inline-block hidden
147153 text-green-500
148154 font-thin -translate-x-5;
149155}
150156
151157.v-nc-content h2 ,
152- .v-nc-content + .v-nc-theme-comment h2 {
158+ .v-nc-content ~ .v-nc-theme-comment h2 {
153159 @apply text-2xl font-bold;
154160}
155161.v-nc-content h3 ,
156- .v-nc-content + .v-nc-theme-comment h3 {
162+ .v-nc-content ~ .v-nc-theme-comment h3 {
157163 @apply text-xl font-bold;
158164}
159165.v-nc-content h4 ,
160- .v-nc-content + .v-nc-theme-comment h4 {
166+ .v-nc-content ~ .v-nc-theme-comment h4 {
161167 @apply text-lg font-bold;
162168}
163169.v-nc-content h5 ,
164- .v-nc-content + .v-nc-theme-comment h5 ,
170+ .v-nc-content ~ .v-nc-theme-comment h5 ,
165171.v-nc-content h6 ,
166- .v-nc-content + .v-nc-theme-comment h6 {
172+ .v-nc-content ~ .v-nc-theme-comment h6 {
167173 @apply text-base font-bold;
168174}
169175
@@ -298,4 +304,11 @@ section.footnotes::before {
298304h1 .page-title {
299305 @apply text-3xl font-black;
300306}
307+
308+ .content-end {
309+ @apply w-full inline-flex justify-center items-center py-2 mt-8;
310+ }
311+ .content-end .text {
312+ @apply text-xl font-mono font-black;
313+ }
301314 </style >
0 commit comments