forked from MarseyWorld/MarseyWorld
Expand formatting help on polls.
parent
2e9d6e13fd
commit
9ef2d95874
|
@ -126,10 +126,9 @@ Text 2
|
|||
<td>#factcheck</td>
|
||||
<td>???</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Poll Options (can select multiple options)</td>
|
||||
<td>$$bussy$$ $$gussy$$</td>
|
||||
<td>Poll — Pick Multiple</td>
|
||||
<td>$$bussy$$<br>$$gussy$$</td>
|
||||
<td>
|
||||
<div class="custom-control">
|
||||
<input autocomplete="off" type="checkbox" class="custom-control-input" id="422741">
|
||||
|
@ -142,8 +141,13 @@ Text 2
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Poll Options (can select only 1 option)</td>
|
||||
<td>&&bussy&& &&gussy&&</td>
|
||||
<td>
|
||||
Poll — Pick One<br>
|
||||
<span style="font-style: italic; font-weight: normal;">
|
||||
* Polls always appear at end of post.
|
||||
</span>
|
||||
</td>
|
||||
<td>&&bussy&&<br>&&gussy&&</td>
|
||||
<td>
|
||||
<div class="custom-control">
|
||||
<input name="choice" autocomplete="off" type="radio" class="custom-control-input" id="1338113">
|
||||
|
|
Loading…
Reference in New Issue