We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb0346 commit 7280a58Copy full SHA for 7280a58
CHANGELOG.md
@@ -4,7 +4,8 @@
4
5
- lsp: fix jump to definition
6
- lsp: fix multiline block comments
7
-- stdlib: fix extern docs generation
+- fix: extern docs generation
8
+- stdlib: new markup and markdown library
9
10
## v0.0.13
11
stdlib/docs.md
@@ -153,8 +153,10 @@ _func_ `enumCaseDocsToMarkup case`
153
154
## inspect
155
156
+
157
_extern_ `inspect value`
158
159
## moduleMemberDocsToMarkup
160
161
_func_ `moduleMemberDocsToMarkup`
162
stdlib/docs/markup.lithia
@@ -188,8 +188,6 @@ func dataFieldDocsToMarkup { field =>
188
},
189
Nil: { _ => field.name },
190
}
191
- print field.name
192
- print fieldText
193
markup.li [
194
markup.pre fieldText,
195
docsSuffix
0 commit comments