Skip to content

Commit

Permalink
example: add sample message
Browse files Browse the repository at this point in the history
  • Loading branch information
WofWca committed Mar 23, 2024
1 parent a1db594 commit 190efa9
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion message_parser_wasm/example.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 190efa9

Please sign in to comment.