All Projects → Kryptos-FR → markdig.wpf

Kryptos-FR / markdig.wpf

Licence: MIT license
A WPF library for xoofx/markdig https://github.com/xoofx/markdig

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to markdig.wpf

Flexmark Java
CommonMark/Markdown Java parser with source level AST. CommonMark 0.28, emulation of: pegdown, kramdown, markdown.pl, MultiMarkdown. With HTML to MD, MD to PDF, MD to DOCX conversion modules.
Stars: ✭ 1,673 (+1157.89%)
Mutual labels:  commonmark, markdown-processor
Markdig
A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET
Stars: ✭ 2,730 (+1952.63%)
Mutual labels:  commonmark, markdown-processor
NeoMarkdigXaml
Markdig Xaml/Wpf Renderer
Stars: ✭ 18 (-86.47%)
Mutual labels:  wpf, commonmark
SharpDiskSweeper
Reveal outstanding files or folders that are eating up your disk space
Stars: ✭ 21 (-84.21%)
Mutual labels:  wpf
XamlIslands
Repository with several XAML Islands v1 samples (Win32, WPF, and WinForms) to demonstrate how to use it.
Stars: ✭ 47 (-64.66%)
Mutual labels:  wpf
MediaFlyout
Windows 10+ Media Control Taskbar Flyout
Stars: ✭ 87 (-34.59%)
Mutual labels:  wpf
SyncPro
SyncPro is a Windows app for synchronizing files between various online storage providers (OneDrive, Google Drive, Amazon S3, etc.)
Stars: ✭ 39 (-70.68%)
Mutual labels:  wpf
ReactiveValidation
A small validation library for WPF and Avalonia which uses a fluent interface and allows display messages near controls in GUI with MVVM
Stars: ✭ 50 (-62.41%)
Mutual labels:  wpf
SimpleDialogs
💬 A simple framework to help displaying dialogs on a WPF app
Stars: ✭ 24 (-81.95%)
Mutual labels:  wpf
MediaInfo.NET
MediaInfo.NET is a Windows application that shows media file information
Stars: ✭ 75 (-43.61%)
Mutual labels:  wpf
DTE
Generate C# class from database table
Stars: ✭ 26 (-80.45%)
Mutual labels:  wpf
WinDirStat.Net
A WPF implementation of WinDirStat.
Stars: ✭ 55 (-58.65%)
Mutual labels:  wpf
SacredUtils
Configuration utility for Sacred & Sacred Underworld with Material Design. Abandoned 05/07/2020.
Stars: ✭ 27 (-79.7%)
Mutual labels:  wpf
Displaying-XAML
This library is for display the XAML code of theme library for WPF (e.g. MaterialDesignInXamlToolkit)
Stars: ✭ 38 (-71.43%)
Mutual labels:  wpf
DotNetWithCMake
Your swiss army knife for creating .NET assemblies with CMake and integrating unmanaged code.
Stars: ✭ 50 (-62.41%)
Mutual labels:  wpf
RawInputProcessor
Provides a way to distinguish input from multiple keyboards
Stars: ✭ 37 (-72.18%)
Mutual labels:  wpf
WinDev-Utility
A utility for windows developers
Stars: ✭ 17 (-87.22%)
Mutual labels:  wpf
fsc
A set of themeable WPF File System Controls similar to some parts of Windows (7-10) Explorer
Stars: ✭ 66 (-50.38%)
Mutual labels:  wpf
markdown
The first generation of Markdown rendering for R (born in 2012). Now R Markdown usually means the *r*markdown package instead of *markdown*. The repo for the former is at https://github.com/rstudio/rmarkdown
Stars: ✭ 64 (-51.88%)
Mutual labels:  commonmark
BilibiliLiveRecordDownLoader
Bilibili 直播录制与回放下载
Stars: ✭ 422 (+217.29%)
Mutual labels:  wpf

Markdig-WPF NuGet NuGet

A WPF library for lunet-io/markdig

The project is split into two parts:

The WPF renderer allows you to transform markdown text to an equivalent FlowDocument that can then be used in a WPF control. For convenience an implementation of such control is given in MarkdownViewer.

The XAML renderer outputs a string in a similar way as the HTML renderer. This string can then be saved into a file or parsed by an application. It is less complete compared to the WPF renderer.

Markdig.Xaml.SampleApp illustrates a way to utilize the parsed XAML at runtime. It should be fine for small documents but might not be the best way for bigger one.

Features

Supports all standard features from Markdig (i.e. fully CommonMark compliant).

Additionally, the following extensions are supported:

  • Auto-links
  • Task lists (WPF renderer only)
  • Tables (partial support of grid and pipe tables) (WPF renderer only)
  • Extra emphasis
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].