@@ -173,8 +173,8 @@ admonition:
173
173
note :
174
174
# name: pencil-square-o
175
175
# name: far-edit
176
- name : fas-info-circle
177
- stroke_color : 6489b3
176
+ name : fas-info-circle
177
+ stroke_color : 6489b3
178
178
tip :
179
179
# name: comments-o
180
180
name : far-comments
@@ -254,35 +254,35 @@ description_list:
254
254
# item_spacing: $vertical_rhythm / 2
255
255
# List settings
256
256
list :
257
- indent : ' $horizontal_rhythm * 1.5'
258
- item_spacing : ' $vertical_rhythm / 2'
257
+ indent : $horizontal_rhythm * 1.5
258
+ item_spacing : $vertical_rhythm / 2
259
259
bullet :
260
- font_size : ' round($base_font_size * 1.5)'
261
- content : ' • '
260
+ font_size : round($base_font_size * 1.5)
261
+ content : •
262
262
marker :
263
263
font-family : JetBrainsMono
264
264
ulist :
265
265
marker :
266
266
disc :
267
- content : " \u26ab "
267
+ content : ⚫
268
268
circle :
269
- content : " \u26ab "
269
+ content : ⚫
270
270
square :
271
- content : " \u25a0 "
271
+ content : ■
272
272
font-family : JetBrainsMono
273
273
# List of figures settings
274
274
lof :
275
- label_width : ' 3em' # Adjust the width for figure labels
275
+ label_width : 3em # Adjust the width for figure labels
276
276
align : left
277
277
caption :
278
- indent : ' 4em' # Ensure captions align consistently
278
+ indent : 4em # Ensure captions align consistently
279
279
font-family : JetBrainsMono
280
280
# List of tables settings
281
281
lot :
282
- label_width : ' 3em' # Adjust the width for table labels
282
+ label_width : 3em # Adjust the width for table labels
283
283
align : left
284
284
caption :
285
- indent : ' 4em' # Ensure captions align consistently
285
+ indent : 4em # Ensure captions align consistently
286
286
font-family : JetBrainsMono
287
287
# ulist:
288
288
# marker:
313
313
indent : $horizontal_rhythm
314
314
line_height : 1.4
315
315
dot-leader :
316
- content : ' . '
316
+ content : .
317
317
font_color : a9a9a9
318
318
font-style : bold
319
319
# levels: 2
0 commit comments