UNPKG
@yuiblog/markdown
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.2
0.1.1
0.1.0
Markdown renderer for YuiBlog.
github.com/YuiBlog/markdown
YuiBlog/markdown
@yuiblog/markdown
/
dist
/
utils
/
highlight.d.ts
2 lines
(1 loc)
•
72 B
TypeScript
View Raw
1
2
export
declare
function
highlight
(
code
:
string
,
lang
:
string
):
string
;