Skip to content

Commit

Permalink
Deploying to gh-pages from @ 2d03478 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Laux committed Apr 2, 2024
1 parent bc43e9d commit 46b677d
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,23 @@ <h3>Input</h3>
id="input"
style="width: calc(100% - 10px)"
rows="10"
></textarea>
>Sample message.
#sampleHashtag
https://example.com/example
[email protected]
/example_bot_command

The ones below only work in Markdown mode:

[Example LabeledLink](https://example.com)
Sample __bold text__
**Sample bold _and italics and ~~StrikeThrough and [link and `InlineCode`](https://example.com)~~_ text**

```python
print("And, of course")
print("A code block")
```
</textarea>
<label for="parse_mode">Mode: </label>
<select name="parse_mode" id="parse_mode">
<option value="text">TEXT Only</option>
Expand Down

0 comments on commit 46b677d

Please sign in to comment.