Skip to content

Commit 7280a58

Browse files
committed
stdlib: new markup and markdown library
1 parent ecb0346 commit 7280a58

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
- lsp: fix jump to definition
66
- lsp: fix multiline block comments
7-
- stdlib: fix extern docs generation
7+
- fix: extern docs generation
8+
- stdlib: new markup and markdown library
89

910
## v0.0.13
1011

stdlib/docs.md

+2
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,10 @@ _func_ `enumCaseDocsToMarkup case`
153153

154154
## inspect
155155

156+
156157
_extern_ `inspect value`
157158

158159
## moduleMemberDocsToMarkup
159160

160161
_func_ `moduleMemberDocsToMarkup`
162+

stdlib/docs/markup.lithia

-2
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,6 @@ func dataFieldDocsToMarkup { field =>
188188
},
189189
Nil: { _ => field.name },
190190
}
191-
print field.name
192-
print fieldText
193191
markup.li [
194192
markup.pre fieldText,
195193
docsSuffix

0 commit comments

Comments
 (0)