Cross referencing book parts? #3218
-
I'm trying to include exercises in my book, and I started doing it as appendices, but decided to use parts. So my _quarto.yml looks like: chapters:
- index.qmd # Preface
- part: Theory.qmd
chapters:
- Intro.qmd
# ...
- part: Exercises.qmd
chapters:
- Exercise_blah.qmd
# ... In my "Theory.qmd" I'm trying to refer to the "Exercises" part via an
Is this a bug, or is there some other prefix I tried using a div like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @fuhrmanator and thanks for the message. Cross reference to book partI was able to reproduce the bug that you reported. I created #3234 to keep track of it. Cross reference code completion in VSCodeI don't use VSCode and I will let other people provide their reply. |
Beta Was this translation helpful? Give feedback.
Hello @fuhrmanator and thanks for the message.
Cross reference to book part
I was able to reproduce the bug that you reported. I created #3234 to keep track of it.
Cross reference code completion in VSCode
I don't use VSCode and I will let other people provide their reply.