Skip to content

Commit 32fad1e

Browse files
authored
Merge pull request #9267 from syncfusion-content/1034381-markdown-editor
1034381 - Removed the word syncfusion from markdown-editor,mcp-server, media-query topic
2 parents 8f02594 + eeb9d5a commit 32fad1e

26 files changed

Lines changed: 195 additions & 195 deletions

blazor/markdown-editor/accessibility.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Accessibility in Blazor Markdown Editor Component | Syncfusion
4-
description: Checkout and learn here all about accessibility in Syncfusion Blazor Markdown Editor component and more.
3+
title: Accessibility in Blazor Markdown Editor Component | Syncfusion®
4+
description: Checkout and learn here all about the accessibility in Blazor Markdown Editor component and much more details.
55
platform: Blazor
66
control: MarkdownEditor
77
documentation: ug
@@ -101,4 +101,4 @@ N> You can refer to our [Blazor Rich Text Editor](https://www.syncfusion.com/bla
101101

102102
## See also
103103

104-
* [Accessibility in Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor components](../common/accessibility)
104+
* [Accessibility in Blazor components](../common/accessibility)

blazor/markdown-editor/custom-format.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Customize Markdown Syntax in Blazor Markdown Editor | Syncfusion
4-
description: Learn how to customize Markdown syntax in the Syncfusion Blazor Markdown Editor component, including formatting options, toolbar customization, and more.
3+
title: Customize Markdown Syntax in Blazor Markdown Editor | Syncfusion®
4+
description: Learn how to customize Markdown syntax in the Blazor Markdown Editor component, including formatting options, toolbar customization, and more.
55
platform: Blazor
66
control: MarkdownEditor
77
documentation: ug

blazor/markdown-editor/getting-started-webapp.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: post
3-
title: Getting started with Syncfusion Markdown Editor in Blazor Web App
4-
description: Check out the documentation for getting started with Syncfusion Blazor Markdown Editor Components in Blazor Web App.
3+
title: Getting started with Markdown Editor in Blazor Web App | Syncfusion®
4+
description: Check out the documentation for getting started with Blazor Markdown Editor Components in Blazor Web App.
55
platform: Blazor
66
control: MarkdownEditor
77
documentation: ug
88
---
99

1010
# Getting Started with Blazor Markdown Editor in Blazor Web App
1111

12-
This section explains how to integrate [Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Markdown Editor](https://www.syncfusion.com/blazor-components/blazor-rich-text-editor) component in your Blazor Web App using [Visual Studio](https://visualstudio.microsoft.com/vs/), [Visual Studio Code](https://code.visualstudio.com/), and the [.NET CLI](https://learn.microsoft.com/en-us/dotnet/core/tools/).
12+
This section explains how to integrate [Blazor Markdown Editor](https://www.syncfusion.com/blazor-components/blazor-rich-text-editor) component in your Blazor Web App using [Visual Studio](https://visualstudio.microsoft.com/vs/), [Visual Studio Code](https://code.visualstudio.com/), and the [.NET CLI](https://learn.microsoft.com/en-us/dotnet/core/tools/).
1313

1414
{% tabcontents %}
1515

@@ -21,7 +21,7 @@ This section explains how to integrate [Syncfusion<sup style="font-size:70%">&re
2121

2222
## Create a new Blazor Web App in Visual Studio
2323

24-
Create a **Blazor Web App** using Visual Studio via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vs) or the [Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-integration/template-studio). For detailed instructions, refer to the [Blazor Web App Getting Started](https://blazor.syncfusion.com/documentation/getting-started/blazor-web-app) documentation.
24+
Create a **Blazor Web App** using Visual Studio via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vs) or the [Syncfusion® Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-integration/template-studio). For detailed instructions, refer to the [Blazor Web App Getting Started](https://blazor.syncfusion.com/documentation/getting-started/blazor-web-app) documentation.
2525

2626
{% endtabcontent %}
2727

@@ -33,7 +33,7 @@ Create a **Blazor Web App** using Visual Studio via [Microsoft Templates](https:
3333

3434
## Create a new Blazor Web App in Visual Studio Code
3535

36-
Create a **Blazor Web App** using Visual Studio Code via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vsc) or the [Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-code-integration/create-project). For detailed instructions, refer to the [Blazor Web App Getting Started](https://blazor.syncfusion.com/documentation/getting-started/blazor-web-app?tabcontent=visual-studio-code) documentation.
36+
Create a **Blazor Web App** using Visual Studio Code via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vsc) or the [Syncfusion® Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-code-integration/create-project). For detailed instructions, refer to the [Blazor Web App Getting Started](https://blazor.syncfusion.com/documentation/getting-started/blazor-web-app?tabcontent=visual-studio-code) documentation.
3737

3838
For example, in a Blazor Web App with the `Auto` interactive render mode, use the following commands in the integrated terminal (<kbd>Ctrl</kbd>+<kbd>`</kbd>):
3939

@@ -85,7 +85,7 @@ cd BlazorWebApp.Client
8585

8686
N> Configure the appropriate [Interactive render mode](https://learn.microsoft.com/en-us/aspnet/core/blazor/components/render-modes?view=aspnetcore-10.0#render-modes) and [Interactivity location](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vs) while creating a Blazor Web App. For detailed information, refer to the [interactive render mode documentation](https://blazor.syncfusion.com/documentation/common/interactive-render-mode).
8787

88-
## Install Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor packages
88+
## Install required Blazor packages
8989

9090
Install the following NuGet packages in your project:
9191

@@ -162,7 +162,7 @@ After the packages are installed, open the **~/_Imports.razor** file in the clie
162162
{% endhighlight %}
163163
{% endtabs %}
164164

165-
## Register Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor service
165+
## Register Blazor service
166166

167167
Register the Syncfusion Blazor service in the **Program.cs** file of your Blazor Web App.
168168

@@ -178,7 +178,7 @@ builder.Services.AddSyncfusionBlazor();
178178
{% endhighlight %}
179179
{% endtabs %}
180180

181-
N> If the **Interactive Render Mode** is set to `WebAssembly` or `Auto`, register the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor service in **Program.cs** files of both the server and client projects in your Blazor Web App.
181+
N> If the **Interactive Render Mode** is set to `WebAssembly` or `Auto`, register the Blazor service in **Program.cs** files of both the server and client projects in your Blazor Web App.
182182

183183
## Add stylesheet and script resources
184184

@@ -194,7 +194,7 @@ The theme stylesheet and script can be accessed from NuGet through [Static Web A
194194

195195
N> Check out the [Blazor Themes](https://blazor.syncfusion.com/documentation/appearance/themes) topic to discover various methods ([Static Web Assets](https://blazor.syncfusion.com/documentation/appearance/themes#static-web-assets), [CDN](https://blazor.syncfusion.com/documentation/appearance/themes#cdn-reference), and [CRG](https://blazor.syncfusion.com/documentation/common/custom-resource-generator)) for referencing themes in your Blazor application. Also, check out the [Adding Script Reference](https://blazor.syncfusion.com/documentation/common/adding-script-references) topic to learn different approaches for adding script references in your Blazor application.
196196

197-
## Add Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Markdown Editor component
197+
## Add Blazor Markdown Editor component
198198

199199
Add the Syncfusion Blazor Markdown Editor component in the **~/Components/Pages/*.razor** file. If the interactivity location is set to `Per page/component` in the Web App, define a render mode at the top of the `~/Pages/*.razor` file. (For example, `InteractiveServer`, `InteractiveWebAssembly` or `InteractiveAuto`).
200200

@@ -218,19 +218,19 @@ N> If the **Interactivity Location** is set to `Global` with `Auto` or `WebAssem
218218
{% endhighlight %}
219219
{% endtabs %}
220220

221-
To launch the application, press <kbd>Ctrl</kbd>+<kbd>F5</kbd> in Visual Studio, run `dotnet run` from the CLI or integrated terminal in VS Code, or use the Run command in your preferred IDE to render the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Markdown Editor component in the default web browser.
221+
To launch the application, press <kbd>Ctrl</kbd>+<kbd>F5</kbd> in Visual Studio, run `dotnet run` from the CLI or integrated terminal in VS Code, or use the Run command in your preferred IDE to render the Blazor Markdown Editor component in the default web browser.
222222

223223
N> When using the .NET CLI or Visual Studio Code, ensure that you run the application from the **server (host) project directory**, not from the `.Client` project. The client project does not run independently and is hosted by the server application.
224224

225225
{% previewsample "https://blazorplayground.syncfusion.com/embed/LjLxZIVksPOJhmrP?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Markdown Editor Component](./images/blazor-markdownteditor.webp)" %}
226226

227227
## See also
228228

229-
* [Getting Started with Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor for Web app in .NET Core CLI](../getting-started/blazor-web-app-dotnet-cli)
229+
* [Getting Started with Blazor for Web app in .NET Core CLI](../getting-started/blazor-web-app-dotnet-cli)
230230

231-
* [Getting Started with Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor for server-side in .NET Core CLI](../getting-started/blazor-server-side-dotnet-cli)
231+
* [Getting Started with Blazor for server-side in .NET Core CLI](../getting-started/blazor-server-side-dotnet-cli)
232232

233-
* [Getting Started with Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor for Web app](../getting-started/blazor-web-app)
233+
* [Getting Started with Blazor for Web app](../getting-started/blazor-web-app)
234234

235235
* [How to insert special characters](https://blazor.syncfusion.com/demos/rich-text-editor/insert-special-characters?theme=bootstrap5)
236236

blazor/markdown-editor/getting-started-with-server-app.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: post
3-
title: Getting started with Syncfusion Markdown Editor in Blazor Server App
4-
description: Check out the documentation for getting started with Syncfusion Blazor Markdown Editor Components in Blazor Server App.
3+
title: Getting started with Markdown Editor in Server App | Syncfusion®
4+
description: Check out the documentation for getting started with Blazor Markdown Editor Components in Blazor Server App.
55
platform: Blazor
66
control: MarkdownEditor
77
documentation: ug
88
---
99

1010
# Getting Started with Blazor Markdown Editor Component in Server App
1111

12-
This section briefly explains about how to include [Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Markdown Editor](https://www.syncfusion.com/blazor-components/blazor-rich-text-editor) component in a Blazor Server App using [Visual Studio](https://visualstudio.microsoft.com/vs/), [Visual Studio Code](https://code.visualstudio.com/), and the [.NET CLI](https://learn.microsoft.com/en-us/dotnet/core/tools/).
12+
This section briefly explains about how to include [Blazor Markdown Editor](https://www.syncfusion.com/blazor-components/blazor-rich-text-editor) component in a Blazor Server App using [Visual Studio](https://visualstudio.microsoft.com/vs/), [Visual Studio Code](https://code.visualstudio.com/), and the [.NET CLI](https://learn.microsoft.com/en-us/dotnet/core/tools/).
1313

1414
{% tabcontents %}
1515

@@ -21,7 +21,7 @@ This section briefly explains about how to include [Syncfusion<sup style="font-s
2121

2222
## Create a new Blazor App in Visual Studio
2323

24-
Create a **Blazor Server App** by using the **Blazor Web App** template in Visual Studio via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vs) or the [Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-integration/template-studio). For detailed instructions, refer to the [Blazor Server App Getting Started](https://blazor.syncfusion.com/documentation/getting-started/blazor-server-side-visual-studio) documentation.
24+
Create a **Blazor Server App** by using the **Blazor Web App** template in Visual Studio via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vs) or the [Syncfusion® Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-integration/template-studio). For detailed instructions, refer to the [Blazor Server App Getting Started](https://blazor.syncfusion.com/documentation/getting-started/blazor-server-side-visual-studio) documentation.
2525

2626
{% endtabcontent %}
2727

@@ -33,7 +33,7 @@ Create a **Blazor Server App** by using the **Blazor Web App** template in Visua
3333

3434
## Create a new Blazor App in Visual Studio Code
3535

36-
Create a **Blazor Server App** using Visual Studio Code via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vsc) or the [Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-code-integration/create-project). For detailed instructions, refer to the [Blazor Server App Getting Started](https://blazor.syncfusion.com/documentation/getting-started/blazor-server-side-visual-studio?tabcontent=visual-studio-code) documentation.
36+
Create a **Blazor Server App** using Visual Studio Code via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vsc) or the [Syncfusion® Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-code-integration/create-project). For detailed instructions, refer to the [Blazor Server App Getting Started](https://blazor.syncfusion.com/documentation/getting-started/blazor-server-side-visual-studio?tabcontent=visual-studio-code) documentation.
3737

3838
Alternatively, create a Server application by using the following command in the integrated terminal (<kbd>Ctrl</kbd>+<kbd>`</kbd>).
3939

@@ -83,7 +83,7 @@ cd BlazorApp
8383

8484
N> Configure the appropriate [Interactive render mode](https://learn.microsoft.com/en-us/aspnet/core/blazor/components/render-modes?view=aspnetcore-10.0#render-modes) and [Interactivity location](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vs) while creating a Blazor Server App. For detailed information, refer to the [interactive render mode documentation](https://blazor.syncfusion.com/documentation/common/interactive-render-mode).
8585

86-
## Install Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor packages
86+
## Install required Blazor packages
8787

8888
Install the following NuGet packages in your project:
8989

@@ -158,9 +158,9 @@ After the packages are installed, open the **~/_Imports.razor** file and import
158158
{% endhighlight %}
159159
{% endtabs %}
160160

161-
## Register Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor service
161+
## Register Blazor service
162162

163-
Register the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor service in the **Program.cs** file of your Blazor Server App.
163+
Register the Blazor service in the **Program.cs** file of your Blazor Server App.
164164

165165
{% tabs %}
166166
{% highlight C# tabtitle="Program.cs" %}
@@ -188,9 +188,9 @@ The theme stylesheet and script can be accessed from NuGet through [Static Web A
188188

189189
N> Check out the [Blazor Themes](https://blazor.syncfusion.com/documentation/appearance/themes) topic to discover various methods ([Static Web Assets](https://blazor.syncfusion.com/documentation/appearance/themes#static-web-assets), [CDN](https://blazor.syncfusion.com/documentation/appearance/themes#cdn-reference), and [CRG](https://blazor.syncfusion.com/documentation/common/custom-resource-generator)) for referencing themes in Blazor application. Also, check out the [Adding Script Reference](https://blazor.syncfusion.com/documentation/common/adding-script-references) topic to learn different approaches for adding script references in Blazor application.
190190

191-
## Add Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Markdown Editor component
191+
## Add Blazor Markdown Editor component
192192

193-
Add the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Markdown Editor component in the **~/Components/Pages/Home.razor** file. If the interactivity location is set to `Per page/component`, define a render mode at the top of the `~Pages/Home.razor` file.
193+
Add the Blazor Markdown Editor component in the **~/Components/Pages/Home.razor** file. If the interactivity location is set to `Per page/component`, define a render mode at the top of the `~Pages/Home.razor` file.
194194

195195
N> If the Interactivity Location is set to `Global`, the render mode is automatically configured in the `App.razor` file by default.
196196

@@ -212,17 +212,17 @@ N> If the Interactivity Location is set to `Global`, the render mode is automati
212212
{% endhighlight %}
213213
{% endtabs %}
214214

215-
To launch the application, press <kbd>Ctrl</kbd>+<kbd>F5</kbd> in Visual Studio, run `dotnet run` from the CLI or integrated terminal in VS Code, or use the Run command in your preferred IDE to render the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Markdown Editor component in the default web browser.
215+
To launch the application, press <kbd>Ctrl</kbd>+<kbd>F5</kbd> in Visual Studio, run `dotnet run` from the CLI or integrated terminal in VS Code, or use the Run command in your preferred IDE to render the Blazor Markdown Editor component in the default web browser.
216216

217217
{% previewsample "https://blazorplayground.syncfusion.com/embed/LjLxZIVksPOJhmrP?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor Markdown Editor Component](./images/blazor-markdownteditor.webp)" %}
218218

219219
## See also
220220

221-
* [Getting Started with Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor for server-side in .NET Core CLI](../getting-started/blazor-server-side-dotnet-cli)
221+
* [Getting Started with Blazor for server-side in .NET Core CLI](../getting-started/blazor-server-side-dotnet-cli)
222222

223-
* [Getting Started with Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor for server-side in Visual Studio](../getting-started/blazor-server-side-visual-studio)
223+
* [Getting Started with Blazor for server-side in Visual Studio](../getting-started/blazor-server-side-visual-studio)
224224

225-
* [Getting Started with Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor for server-side in .NET Core CLI](../getting-started/blazor-server-side-dotnet-cli)
225+
* [Getting Started with Blazor for server-side in .NET Core CLI](../getting-started/blazor-server-side-dotnet-cli)
226226

227227
* [Blog posting using Rich Text Editor](https://blazor.syncfusion.com/demos/rich-text-editor/usecase?theme=bootstrap5)
228228

0 commit comments

Comments
 (0)