Skip to content

Commit 4fe3432

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

File tree

1 file changed

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

1 file changed

+6
-1
lines changed

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

Lines changed: 6 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
@@ -473,7 +474,11 @@ chose for your logo text) instead of "Made with MyST".
473474

474475
## Building a PDF with MyST
475476

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

478483

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

0 commit comments

Comments
 (0)