Skip to content

Commit 497cab3

Browse files
[Sync to prerelease] Two minor typos (#1990)
* Fix broken link to style guide * Move a period (cherry picked from commit ba80b66) Co-authored-by: Michael A. Alderete <4359+alderete@users.noreply.github.com>
1 parent 5fac4a9 commit 497cab3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,4 +171,4 @@ Our GitHub Action workflows are documented in [`.github/workflows/README.md`](.g
171171

172172
## Style Guide
173173

174-
You can find some style guidance in [style-guide.md](style-guide.md).
174+
You can find some style guidance in [_style-guide.md](_style-guide.md).

docs/authoring/_pagebreak.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Page Breaks
22

3-
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.):
3+
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.):
44

55
```{.markdown shortcodes="false"}
66
page 1

0 commit comments

Comments
 (0)