Skip to content

Commit

Permalink
Merge pull request #38 from FirelyTeam/feature/string-markdown-valida…
Browse files Browse the repository at this point in the history
…tion-pattern

string markdown validation pattern
  • Loading branch information
mmsmits authored Mar 27, 2024
2 parents 32844f4 + a149650 commit 3215111
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ internal static class CSharpFirelyCommon
["oid"] = "OidPattern",
["code"] = "CodePattern",
["time"] = "TimePattern",
["string"] = "StringPattern",
["markdown"] = "StringPattern"
};

/// <summary>Writes an indented comment.</summary>
Expand Down

0 comments on commit 3215111

Please sign in to comment.