Skip to content

Commit

Permalink
add pipe character to #commenting select.
Browse files Browse the repository at this point in the history
add option to #commenting select element for pipe character.
  • Loading branch information
thurstonzd committed Apr 24, 2020
1 parent a143b95 commit 4e3a5f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ <h2>Input</h2>
<option value="exclamation">"! " Fortran 90</option>
<option value="slantsplat">"/* ... */ " CSS </option>
<option value="xml">"&lt;!-- ... --&gt;" XML</option>
<option value="pipe">"|" Pipe</option>
</select>
</label>
</div>
Expand Down

0 comments on commit 4e3a5f1

Please sign in to comment.