Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt committed Jul 21, 2023
1 parent 0f65829 commit 21fe67e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DotMarkdown/MarkdownKind.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ public enum MarkdownKind

[Obsolete]
FencedCodeBlock = 13,

#pragma warning disable RCS1234
FencedBlock = 13,

#pragma warning restore RCS1234
IndentedCodeBlock = 14,
HorizontalRule = 15,

Expand Down

0 comments on commit 21fe67e

Please sign in to comment.