From c50300ff697ff12437cb7de2de2d72adbf0d3475 Mon Sep 17 00:00:00 2001 From: TamilRamGanesan-SF5080 Date: Mon, 25 Aug 2025 14:59:48 +0530 Subject: [PATCH 1/3] Updated preview name in messages.md --- ej2-asp-core-mvc/chat-ui/EJ2_ASP.NETCORE/messages.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ej2-asp-core-mvc/chat-ui/EJ2_ASP.NETCORE/messages.md b/ej2-asp-core-mvc/chat-ui/EJ2_ASP.NETCORE/messages.md index 1c6918dca4..c01cbeb126 100644 --- a/ej2-asp-core-mvc/chat-ui/EJ2_ASP.NETCORE/messages.md +++ b/ej2-asp-core-mvc/chat-ui/EJ2_ASP.NETCORE/messages.md @@ -381,9 +381,9 @@ By integrating the [marked](https://github.com/markedjs/marked) library, you can {% highlight razor tabtitle="CSHTML" %} {% include code-snippet/chat-ui/messages/markdown/tagHelper %} {% endhighlight %} -{% highlight c# tabtitle="ItemClicked.cs" %} +{% highlight c# tabtitle="markdown.cs" %} {% include code-snippet/chat-ui/messages/markdown/markdown.cs %} {% endhighlight %} {% endtabs %} -![Markdown](images/markdown.png) \ No newline at end of file +![Markdown](images/markdown.png) From 968d179e9e9319caadf70e2286a1596b2c1515c1 Mon Sep 17 00:00:00 2001 From: TamilRamGanesan-SF5080 Date: Mon, 25 Aug 2025 15:16:04 +0530 Subject: [PATCH 2/3] capitalize the preview name in messages.md --- ej2-asp-core-mvc/chat-ui/EJ2_ASP.MVC/messages.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ej2-asp-core-mvc/chat-ui/EJ2_ASP.MVC/messages.md b/ej2-asp-core-mvc/chat-ui/EJ2_ASP.MVC/messages.md index e75782edc3..3a1a459de3 100644 --- a/ej2-asp-core-mvc/chat-ui/EJ2_ASP.MVC/messages.md +++ b/ej2-asp-core-mvc/chat-ui/EJ2_ASP.MVC/messages.md @@ -381,9 +381,9 @@ By integrating the [marked](https://github.com/markedjs/marked) library, you can {% highlight razor tabtitle="CSHTML" %} {% include code-snippet/chat-ui/messages/markdown/razor %} {% endhighlight %} -{% highlight c# tabtitle="markdown.cs" %} +{% highlight c# tabtitle="Markdown.cs" %} {% include code-snippet/chat-ui/messages/markdown/markdown.cs %} {% endhighlight %} {% endtabs %} -![Markdown](images/markdown.png) \ No newline at end of file +![Markdown](images/markdown.png) From 9a48c7db8e8bf4d701fcb9b880158def57463bb8 Mon Sep 17 00:00:00 2001 From: TamilRamGanesan-SF5080 Date: Mon, 25 Aug 2025 15:17:49 +0530 Subject: [PATCH 3/3] Update preview name in messages.md --- ej2-asp-core-mvc/chat-ui/EJ2_ASP.NETCORE/messages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ej2-asp-core-mvc/chat-ui/EJ2_ASP.NETCORE/messages.md b/ej2-asp-core-mvc/chat-ui/EJ2_ASP.NETCORE/messages.md index c01cbeb126..7b074fa5dc 100644 --- a/ej2-asp-core-mvc/chat-ui/EJ2_ASP.NETCORE/messages.md +++ b/ej2-asp-core-mvc/chat-ui/EJ2_ASP.NETCORE/messages.md @@ -381,7 +381,7 @@ By integrating the [marked](https://github.com/markedjs/marked) library, you can {% highlight razor tabtitle="CSHTML" %} {% include code-snippet/chat-ui/messages/markdown/tagHelper %} {% endhighlight %} -{% highlight c# tabtitle="markdown.cs" %} +{% highlight c# tabtitle="Markdown.cs" %} {% include code-snippet/chat-ui/messages/markdown/markdown.cs %} {% endhighlight %} {% endtabs %}