-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
03b00f3
commit dca2293
Showing
1 changed file
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -1 +1,18 @@ | ||
# MarkdownUWP## A simple markdown editorEasily create, open and edit Markdown files on Desktop or Mobile.### Requirements- Windows 10 Builds 15063 - 17763### Features- '.md' and '.markdown' files supported- Preview rendered markdown### Acknowledgments- Credit to [SnowCait/MarkdownEditor](https://github.com/SnowCait/MarkdownEditor) for source used as initial reference- Markdown backend provided by 'Core.Markdown' nuget by tobiasschulz- Uses Microsoft.UI.Xaml | ||
# MarkdownUWP | ||
## A simple markdown editor | ||
|
||
Easily create, open and edit Markdown files on Desktop or Mobile. | ||
|
||
<img src="Editor-PC.png" width="264" height="311"> <img src="Preview-PC.png" width="264" height="311"> <img src="Help-PC.png" width="264" height="311"> | ||
|
||
### Requirements | ||
- Windows 10 Builds 15063 - 17763 | ||
|
||
### Features | ||
- '.md' and '.markdown' files supported | ||
- Preview rendered markdown | ||
|
||
### Acknowledgments | ||
- Credit to [SnowCait/MarkdownEditor](https://github.com/SnowCait/MarkdownEditor) for source used as initial reference | ||
- Markdown backend provided by 'Core.Markdown' nuget by tobiasschulz | ||
- Uses Microsoft.UI.Xaml |