You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@ Keep the following principles in mind:
54
54
-**Use [Fern’s documentation components](https://buildwithfern.com/learn/docs/writing-content/components/overview)** whenever you can.
55
55
-**When editing an existing page** - Match the existing heading structure, tone, and level of detail to ensure your changes integrate as seamlessly as possible.
56
56
-**Use diagrams when it makes sense** – Show, don't tell! Use [Mermaid](https://buildwithfern.com/learn/docs/writing-content/markdown#diagrams), a Markdown-like diagramming syntax, to illustrate a workflow.
57
+
-[**Use sentence case**](https://developers.google.com/style/capitalization) for page and section headings.
57
58
58
59
> "Break any of these rules sooner than say anything outright barbarous."
Copy file name to clipboardExpand all lines: fern/products/docs/pages/developer-tools/view-markdown.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: View Markdown
3
3
description: Learn how to view the Markdown underlying a documentation page, to help with tool integration and troubleshooting.
4
4
---
5
5
6
-
Adding `.md` to the end of a documentation page's URL shows its source Markdown, excluding frontmatter. This works for both normal and API reference pages.
6
+
Adding `.md`or `.mdx`to the end of a documentation page's URL shows its source Markdown, excluding frontmatter. This works for both normal and API reference pages.
7
7
8
8
<Tip>Displaying the page's Markdown helps with troubleshooting layout problems and makes it easier to process page content with external tools or AI agents.</Tip>
0 commit comments