remove unnecessary p tag

This commit is contained in:
Robert Kaussow 2020-07-13 22:15:44 +02:00
parent a0fe4fd2a3
commit c205fc04bc
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 0 additions and 2 deletions

View File

@ -17,11 +17,9 @@ To enable emoji globally, set `enableEmoji` to `true` in your site's [configurat
<!-- markdownlint-disable -->
<!-- spellchecker-disable -->
<p>
<span class="nowrap">{{< emojify ":see_no_evil:" >}} <code>:see_no_evil:</code></span>
<span class="nowrap">{{< emojify ":hear_no_evil:" >}} <code>:hear_no_evil:</code></span>
<span class="nowrap">{{< emojify ":speak_no_evil:" >}} <code>:speak_no_evil:</code></span>
</p>
<!-- spellchecker-enable -->
<!-- markdownlint-restore -->