Skip to content
This repository was archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
aded a note
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyhuang07 committed Feb 24, 2023
1 parent 2f9d93f commit 0f28af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h2>Options</h2>
<button type="button" id="line" onclick="lineFn(textArea.value)">Inline</button>
<button type="button" id="block" onclick="blockFn(textArea.value)">Inline Block</button>
<button type="button" id="slash" onclick="slashFn(textArea.value)">/SlashCommand</button><br><br>
<p style="font-size: 0.9em;">Note: if not ordered properly, some formats might not work (e.g. using spoiler before code block, negating the spoiler)</p>
<p style="font-size: 0.9em;">Note: if not ordered properly, some formats might not work (e.g. using spoiler before code block, negating the spoiler)<br><br>Note 2: Slash Command only works on mobile right now, idk what happened</p>
</div>
<div id="colordiv" style="display: none;">
<button type="button" id="red" onclick="redFn(textArea.value)" style="color: #D5322F;">Red</button>
Expand Down

0 comments on commit 0f28af8

Please sign in to comment.