File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
modules/05-sharing-and-publishing Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments