From a4a1a177bc06163452842d016e6c965b9f632b8a Mon Sep 17 00:00:00 2001 From: Alexandre Mutel Date: Thu, 21 Apr 2022 07:39:59 +0200 Subject: [PATCH] Update doc and fix name for CommonMark specs --- readme.md | 2 +- src/Markdig.Tests/Specs/CommonMark.generated.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 0faab6dfe..51828f7e3 100644 --- a/readme.md +++ b/readme.md @@ -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 diff --git a/src/Markdig.Tests/Specs/CommonMark.generated.cs b/src/Markdig.Tests/Specs/CommonMark.generated.cs index 9c18171f5..3644a5b63 100644 --- a/src/Markdig.Tests/Specs/CommonMark.generated.cs +++ b/src/Markdig.Tests/Specs/CommonMark.generated.cs @@ -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