Mon 21 Jul 22:43:21 CEST 2025

This commit is contained in:
sbosse 2025-07-21 23:14:59 +02:00
parent 498636a7c6
commit 92d4517902

35
js/doc/README Normal file
View File

@ -0,0 +1,35 @@
# marked.js
https://github.com/markedjs/marked
https://marked.js.org/#/USING_PRO.md
Block level renderer methods:
code(string code, string language)
blockquote(string quote)
html(string html)
heading(string text, number level)
hr()
list(string body, boolean ordered)
listitem(string text)
paragraph(string text)
table(string header, string body)
tablerow(string content)
tablecell(string content, object flags)
Inline level renderer methods
strong(string text)
em(string text)
codespan(string code)
br()
del(string text)
link(string href, string title, string text)
image(string href, string title, string text)
text(string text)
# cli-table.js
https://github.com/Automattic/cli-table