UNPKG
@canalplus/readme.doc
Version:
latest (0.6.0)
0.6.0
0.5.0
0.3.0
Readme's an Extremely Accessible Documentation MakEr
github.com/canalplus/README
canalplus/README
@canalplus/readme.doc
/
build
/
convert_MD_to_HMTL.d.ts
7 lines
(6 loc)
•
176 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * Convert the Markdown document given into an HTML page. *
@param
{string} mdStr *
@returns
{string} */
export
default
function
convertMDToHTML
(
mdStr:
string
):
string
;