-
DescriptionTrying to find a way to reproduce the section numbering capabilities in
macOS 14.8 (23J21) Minimal Example is here.Quarto 1.6.8
[✓] Checking versions of quarto binary dependencies...
Pandoc version 3.2.0: OK
Dart Sass version 1.70.0: OK
Deno version 1.41.0: OK
Typst version 0.11.0: OK
[✓] Checking versions of quarto dependencies......OK
[✓] Checking Quarto installation......OK
Version: 1.6.8
Path: /Applications/quarto/bin
[✓] Checking tools....................OK
TinyTeX: (external install)
Chromium: 869685
[✓] Checking LaTeX....................OK
Using: TinyTex
Path: /Users/colin.madland/Library/TinyTeX/bin/universal-darwin
Version: 2025
[✓] Checking basic markdown render....OK
[✓] Checking Python 3 installation....OK
Version: 3.12.3
Path: /Library/Frameworks/Python.framework/Versions/3.12/bin/python3
Jupyter: 5.7.2
Kernels: python3, ir
[✓] Checking Jupyter engine render....OK
[✓] Checking R installation...........OK
Version: 4.5.1
Path: /Library/Frameworks/R.framework/Resources
LibPaths:
- /Library/Frameworks/R.framework/Versions/4.5-arm64/Resources/library
knitr: 1.50
rmarkdown: 2.30
[✓] Checking Knitr engine render......OK |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Jan 19, 2026
Replies: 1 comment 2 replies
-
|
First, you really should upgrade your version of Quarto. 1.6 is quite old. Regarding your question, there are no built-in way to do that, so you have to hack your way with JavaScript. Why not use book type? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
cmadland
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

First, you really should upgrade your version of Quarto. 1.6 is quite old.
Regarding your question, there are no built-in way to do that, so you have to hack your way with JavaScript.
Why not use book type?