Skip to content

Commit 2d03478

Browse files
authored
example: add sample message (#62)
1 parent 3c40028 commit 2d03478

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

message_parser_wasm/example.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,23 @@ <h3>Input</h3>
4343
id="input"
4444
style="width: calc(100% - 10px)"
4545
rows="10"
46-
></textarea>
46+
>Sample message.
47+
#sampleHashtag
48+
https://example.com/example
49+
50+
/example_bot_command
51+
52+
The ones below only work in Markdown mode:
53+
54+
[Example LabeledLink](https://example.com)
55+
Sample __bold text__
56+
**Sample bold _and italics and ~~StrikeThrough and [link and `InlineCode`](https://example.com)~~_ text**
57+
58+
```python
59+
print("And, of course")
60+
print("A code block")
61+
```
62+
</textarea>
4763
<label for="parse_mode">Mode: </label>
4864
<select name="parse_mode" id="parse_mode">
4965
<option value="text">TEXT Only</option>

0 commit comments

Comments
 (0)