-
Notifications
You must be signed in to change notification settings - Fork 73
990340: Added the UG documentation for enable mark down auto format #7184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
AravindPrabhakaranSF
wants to merge
11
commits into
development
Choose a base branch
from
990340-MD-Format
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
3c70c76
990340: Added the UG documentation for enable mark down auto format
AravindPrabhakaranSF 96f5970
990340: Modified the output image
AravindPrabhakaranSF 16348c3
990340: Resolved CI error
AravindPrabhakaranSF 18b2bfa
Merge branch 'development' into 990340-MD-Format
AravindPrabhakaranSF a6d67cc
990340: Modified heading for error
AravindPrabhakaranSF df7822f
Merge branch '990340-MD-Format' of https://github.com/syncfusion-cont…
AravindPrabhakaranSF cc1024b
990340: Modified teh image by replacing it
AravindPrabhakaranSF a236631
990340: Modified content as per the review comments
AravindPrabhakaranSF 304ef25
Merge branch 'development' into 990340-MD-Format
AravindPrabhakaranSF adf2b79
990340: Modified the code snippet
AravindPrabhakaranSF 4e46629
Merge branch '990340-MD-Format' of https://github.com/syncfusion-cont…
AravindPrabhakaranSF File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file modified
BIN
-1.4 MB
(5.1%)
blazor/rich-text-editor/images/blazor-richtexteditor-using-clear-format.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+376 KB
...or/rich-text-editor/images/blazor-richtexteditor-using-markdown-auto-format.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions
8
blazor/rich-text-editor/tools/code-snippet/markdown-auto-format.razor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| @using Syncfusion.Blazor.RichTextEditor | ||
|
|
||
| <SfRichTextEditor EnableMarkdownAutoFormat="true"> | ||
| <h3>Markdown Auto-Format</h3> | ||
| <p>The Markdown Auto-Format feature automatically converts Markdown syntax into clean, semantic HTML within the Rich Text Editor. This capability streamlines content creation by allowing you to write using familiar Markdown patterns while ensuring consistent HTML output.</p> | ||
| <p>When enabled, the editor supports both <strong>inline formatting</strong> (such as bold and italic) and <strong>block-level elements</strong> (such as headings and lists). As you type, Markdown syntax is instantly transformed into its corresponding HTML tags, delivering a smooth and efficient editing experience.</p> | ||
| <p>It also supports <strong>checklists</strong> and <strong>to-do lists,</strong> allowing you to create interactive task lists using simple Markdown syntax.</p> | ||
| </SfRichTextEditor> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to show the what are the syntax support in our RTE
CK Editor - https://ckeditor.com/docs/ckeditor5/latest/features/autoformat.html