Skip to content

Commit 24b65da

Browse files
chore: Remove deprecated call-out examples
1 parent be91073 commit 24b65da

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

exampleSite/content/test-product/call-out/all-callouts.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ This is a plain callout with no title. It has a [link](#plain-callouts) to a hea
1717
This is a plain callout with a title. It has a [link](#plain-callouts) to a heading on this page. Its shortcode is `<call-out>` with a custom title parameter.
1818
{{</call-out>}}
1919

20-
{{<before-you-begin>}}
21-
This is a plain callout with a default title for its type. It has a [link](#plain-callouts) to a heading on this page. Its shortcode is `<before-you-begin>`.
22-
{{</before-you-begin>}}
23-
2420
## Side Callouts
2521

2622
Naturally, callouts should contain less text within them than the text it lives next to. We do this for several reasons. Firstly, it looks weird to have a big empty space in the primary content area. Secondly, if you have more text in the callout, then it stops being a callout. I have asked an LLM to lengthen this passage.
@@ -71,24 +67,3 @@ And a final line.
7167
This is a Warning callout with a custom title. There was previously a bug with **bold text** that we should be aware of and continue to check for. This callout was invoked with the `<call-out>` shortcode with the `.warning` class, and a custom title.
7268
{{</call-out>}}
7369

74-
75-
76-
77-
## Old "plain" callouts
78-
The following will not have special styling, but are pre-existing shortcodes.
79-
80-
{{<note>}}
81-
This is `<note>`. In oldframe it should have `note:` in bold, at the start.
82-
{{</note>}}
83-
84-
{{<tip>}}
85-
This is `<tip>`. In oldframe it should have `tip:` in bold, at the start.
86-
{{</tip>}}
87-
88-
{{<before-you-begin>}}
89-
This is `<before-you-begin>`.
90-
{{</before-you-begin>}}
91-
92-
{{<see-also>}}
93-
This is `<see-also>`.
94-
{{</see-also>}}

0 commit comments

Comments
 (0)