-
Notifications
You must be signed in to change notification settings - Fork 72
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
13
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.
+46
−2
Open
Changes from all commits
Commits
Show all changes
13 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 e4e44d6
990340: Addressed the review comments and modified the content
AravindPrabhakaranSF b0ca99c
Merge branch 'development' into 990340-MD-Format
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions
5
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,5 @@ | ||
| @using Syncfusion.Blazor.RichTextEditor | ||
|
|
||
| <SfRichTextEditor EnableMarkdownAutoFormat="true"> | ||
| <h3><span style="font-size: x-large;"><b>Auto Formatting - Write Faster, Format Smarter</b></span></h3><p><span style="font-size: inherit;">Boost your productivity with Auto Formatting, a powerful feature that lets you style content instantly using simple, familiar Markdown-style shortcuts. No need to reach for the toolbar - just type and watch your content transform in real time.</span></p><div style="font-family: "Segoe UI"; font-size: 14px; font-style: normal; line-height: 20px;"><p style="font-weight: 400;">The following Markdown shortcuts can be used:</p><ul style=""><li style="font-weight: 400;">Use <code>_</code> or <code>*</code> around text for <em>italic formatting</em>.</li><li style="">Use <code style="font-weight: 400;">__</code> or <code style="font-weight: 400;">**</code> around text for <b>bold f</b>ormatting.</li></ul></div> | ||
| </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
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.
Updated the content as per comments