Skip to content

Commit a7a0de8

Browse files
committed
Callout: Revert change to note callout
1 parent ffecfad commit a7a0de8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,9 @@ This is a Warning callout. There was previously a bug with **bold text** that we
6262

6363
{{<call-out "warning" "Custom warning title">}}
6464
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.
65-
{{</call-out>}}
65+
{{</call-out>}}
66+
67+
68+
{{<note>}}
69+
This is a note. In oldframe it should have `note:` in bold, at the start.
70+
{{</note>}}

layouts/shortcodes/note.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<blockquote class="note">
2-
<div>{{ .Inner | markdownify }}</div>
2+
<div><strong>Note:</strong><br/> {{ .Inner | markdownify }}</div>
33
</blockquote>

0 commit comments

Comments
 (0)