File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## MarkX 0.1.2:
2+
3+ Minor performance improvements:
4+
5+ * Directly using Markdig (#38 )
6+ * Preferring ` [IO.File]::Exists ` (#42 )
7+
8+ ---
9+
110## MarkX 0.1.1:
211
312* MarkX Help (#26 )
Original file line number Diff line number Diff line change 1212RootModule = ' MarkX.psm1'
1313
1414# Version number of this module.
15- ModuleVersion = ' 0.1.1 '
15+ ModuleVersion = ' 0.1.2 '
1616
1717# Supported PSEditions
1818# CompatiblePSEditions = @()
@@ -63,18 +63,12 @@ PrivateData = @{
6363
6464 # ReleaseNotes of this module
6565 ReleaseNotes = @'
66- ## MarkX 0.1.1:
67-
68- * MarkX Help (#26)
69- * MarkX now accepts commands / help (#27)
70- * MarkX.Headings gets heading elements (#29)
71- * MarkX.Lexicon gets lexicons in Markdown (#25)
72- * MarkX.YamlHeader support (#32, #33)
73- * Allowing piped markdown file input (#34)
74- * MarkX.Code gets code within markdown (#30)
75- * MarkX.CodeBlock gets code blocks within markdown (#31)
76- * MarkX.ToString can now stringify any property (#35)
77- * MarkX formatting (#36)
66+ ## MarkX 0.1.2:
67+
68+ Minor performance improvements:
69+
70+ * Directly using Markdig (#38)
71+ * Preferring `[IO.File]::Exists` (#42)
7872
7973---
8074
You can’t perform that action at this time.
0 commit comments