mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-18 15:00:00 +00:00
Fix <ul> inside <p> warning
This commit is contained in:
parent
037107bbd0
commit
4ee80fba8e
2 changed files with 26 additions and 24 deletions
|
@ -81,6 +81,8 @@
|
||||||
<h3>Summary Example</h3>
|
<h3>Summary Example</h3>
|
||||||
<p>
|
<p>
|
||||||
Employing what we have learnt so far, we can write a configuration that:
|
Employing what we have learnt so far, we can write a configuration that:
|
||||||
|
</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Alerts members of their warns in a channel, instead of DMs.</li>
|
<li>Alerts members of their warns in a channel, instead of DMs.</li>
|
||||||
<li>Alerts members of kicks and bans in their DMs.</li>
|
<li>Alerts members of kicks and bans in their DMs.</li>
|
||||||
|
@ -105,7 +107,6 @@
|
||||||
for {banTime}. We welcome you back provided you do not do this
|
for {banTime}. We welcome you back provided you do not do this
|
||||||
again.
|
again.
|
||||||
</CodeBlock>
|
</CodeBlock>
|
||||||
</p>
|
|
||||||
|
|
||||||
<h2>Alerts</h2>
|
<h2>Alerts</h2>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -174,6 +174,7 @@
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
|
import Vue from "vue";
|
||||||
import {mapState} from "vuex";
|
import {mapState} from "vuex";
|
||||||
import yaml from "js-yaml";
|
import yaml from "js-yaml";
|
||||||
import CodeBlock from "./CodeBlock.vue";
|
import CodeBlock from "./CodeBlock.vue";
|
||||||
|
|
Loading…
Add table
Reference in a new issue