We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e00c3e commit 453e5bbCopy full SHA for 453e5bb
layouts/shortcodes/card.html
@@ -16,7 +16,7 @@ <h2 class="card-title">{{- $title -}}</h2>
16
{{- else -}}
17
{{ errorf "Mainframe: Missing param 'title'" }}
18
{{- end -}}
19
- <p>{{- .Inner -}}</p>
+ {{ .Inner }}
20
</div>
21
22
{{ errorf "The '<card>' must be nested directly inside the shortcode '<card-section>'. Please see the exampleSite for an example of usage." }}
0 commit comments