Skip to content

silgy_render_md

Jurek Muszyński edited this page Mar 3, 2020 · 6 revisions

char *silgy_render_md(char *dest, const char *src, size_t len)

Description

Converts zero-terminated src as markdown to HTML and writes up to len bytes of the converted text to dest. dest is always zero-terminated.

Returns

Returns dest.

Example

Clone this wiki locally