Skip to content

Commit

Permalink
Update doc and fix name for CommonMark specs
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Apr 21, 2022
1 parent 59d5969 commit a4a1a17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You can **try Markdig online** and compare it to other implementations on [babel
- **Abstract Syntax Tree** with precise source code location for syntax tree, useful when building a Markdown editor.
- Checkout [MarkdownEditor for Visual Studio](https://visualstudiogallery.msdn.microsoft.com/eaab33c3-437b-4918-8354-872dfe5d1bfe) powered by Markdig!
- Converter to **HTML**
- Passing more than **600+ tests** from the latest [CommonMark specs (0.29)](http://spec.commonmark.org/)
- Passing more than **600+ tests** from the latest [CommonMark specs (0.30)](http://spec.commonmark.org/)
- Includes all the core elements of CommonMark:
- including **GFM fenced code blocks**.
- **Extensible** architecture
Expand Down
4 changes: 2 additions & 2 deletions src/Markdig.Tests/Specs/CommonMark.generated.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

// --------------------------------
// CommonMark v. 0.29
// CommonMarkSpecs
// --------------------------------

using System;
using NUnit.Framework;

namespace Markdig.Tests.Specs.CommonMarkV_0_29
namespace Markdig.Tests.Specs.CommonMarkSpecs
{
[TestFixture]
public class TestPreliminariesTabs
Expand Down

0 comments on commit a4a1a17

Please sign in to comment.