Made help system use markdown
Made a markdown widget to reuse in help system refactoring wpf to agg
This commit is contained in:
parent
32bd0bd2ee
commit
0afddd0531
14 changed files with 138 additions and 124 deletions
|
|
@ -5,7 +5,7 @@
|
|||
using System;
|
||||
|
||||
// ReSharper disable once CheckNamespace
|
||||
namespace Markdig.Wpf
|
||||
namespace Markdig.Agg
|
||||
{
|
||||
/// <summary>
|
||||
/// Provides extension methods for <see cref="MarkdownPipeline"/> to enable several Markdown extensions.
|
||||
|
|
@ -13,7 +13,7 @@ namespace Markdig.Wpf
|
|||
public static class MarkdownExtensions
|
||||
{
|
||||
/// <summary>
|
||||
/// Uses all extensions supported by <c>Markdig.Wpf</c>.
|
||||
/// Uses all extensions supported by <c>Markdig.Agg</c>.
|
||||
/// </summary>
|
||||
/// <param name="pipeline">The pipeline.</param>
|
||||
/// <returns>The modified pipeline</returns>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue