Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,4 @@ Our GitHub Action workflows are documented in [`.github/workflows/README.md`](.g

## Style Guide

You can find some style guidance in [style-guide.md](style-guide.md).
You can find some style guidance in [_style-guide.md](_style-guide.md).
2 changes: 1 addition & 1 deletion docs/authoring/_pagebreak.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Page Breaks

The `pagebreak` [shortcode](shortcodes.qmd) enables you to insert a native pagebreak into a document (.e.g in LaTeX this would be a `\newpage`, in MS Word a docx-native pagebreak, in HTML a `page-break-after: always` CSS directive, etc.):
The `pagebreak` [shortcode](shortcodes.qmd) enables you to insert a native pagebreak into a document (e.g. in LaTeX this would be a `\newpage`, in MS Word a docx-native pagebreak, in HTML a `page-break-after: always` CSS directive, etc.):

```{.markdown shortcodes="false"}
page 1
Expand Down
Loading