Skip to content

Commit

Permalink
content/presentation-mode: Fix presentation mode links
Browse files Browse the repository at this point in the history
- MyST mixes document, ref, and HTML links in the same syntax, so this
  can't be forced to be a HTML link, so it tries to parse it as a
  semantic internal link, fails, and breaks the build.
- Temporary workaround: tell it to evaluate it as ReST and leave it as
  it was.
  • Loading branch information
rkdarst committed Aug 11, 2024
1 parent 6095e18 commit a3021a1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions content/presentation-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ In presentation mode:

Examples:

- [View this page as an example of minipres](../sample-episode-rst/?minipres).
- [View this page in "plain" mode](../sample-episode-rst/?plain).
```{eval-rst}
- `View this page as an example of minipres <../sample-episode-rst/?minipres>`__.
- `View this page in "plain" mode <../sample-episode-rst/?plain>`__.
```

0 comments on commit a3021a1

Please sign in to comment.