Skip to content

Commit 044e245

Browse files
committed
Fix missing line emphasis
Sadly we need to have line numbers enabled
1 parent 6d7b968 commit 044e245

File tree

1 file changed

+7
-1
lines changed
  • modules/05-sharing-and-publishing

1 file changed

+7
-1
lines changed

modules/05-sharing-and-publishing/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ Your config file should now look like this:
381381

382382
```{code} yaml
383383
:filename: myst.yml
384+
:linenos:
384385
:emphasize-lines: 5
385386
386387
# See docs at: https://mystmd.org/guide/frontmatter
@@ -429,6 +430,7 @@ Your config file should now look like this:
429430

430431
```{code} yaml
431432
:filename: myst.yml
433+
:linenos:
432434
:emphasize-lines: 14
433435
434436
# See docs at: https://mystmd.org/guide/frontmatter
@@ -473,7 +475,11 @@ chose for your logo text) instead of "Made with MyST".
473475

474476
## Building a PDF with MyST
475477

476-
TODO
478+
MyST enables building a PDF from the same source as you built your website.
479+
480+
Some features are web-specific, however, and won't be rendered in an output PDF.
481+
482+
477483

478484

479485
### 💪 Exercise C: Render a PDF from the same source as your website

0 commit comments

Comments
 (0)