We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c40028 commit 2d03478Copy full SHA for 2d03478
message_parser_wasm/example.html
@@ -43,7 +43,23 @@ <h3>Input</h3>
43
id="input"
44
style="width: calc(100% - 10px)"
45
rows="10"
46
- ></textarea>
+>Sample message.
47
+#sampleHashtag
48
+https://example.com/example
49
+[email protected]
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>
63
<label for="parse_mode">Mode: </label>
64
<select name="parse_mode" id="parse_mode">
65
<option value="text">TEXT Only</option>
0 commit comments