From 46b677dc43d5ec4f38e2c51be273480e584c827b Mon Sep 17 00:00:00 2001 From: Simon-Laux Date: Tue, 2 Apr 2024 15:37:43 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20deltacha?= =?UTF-8?q?t/message-parser@2d03478aa27dee95757d96edaa6dd2f10c00f91c=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 2df1f95..c95d1d3 100644 --- a/index.html +++ b/index.html @@ -43,7 +43,23 @@

Input

id="input" style="width: calc(100% - 10px)" rows="10" - > +>Sample message. +#sampleHashtag +https://example.com/example +example@example.com +/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") +``` +