smu

Simple markup processor
git clone https://git.sinitax.com/codemadness/smu
Log | Files | Refs | README | LICENSE | Upstream | sfeed.txt

commit 3d24178d0c85b907cecec86264ef383474475ed1
parent 50a28fa573e850371a3897b0969245f7c3065032
Author: gottox@rootkit.lan <gottox@rootkit.lan>
Date:   Mon, 10 Dec 2007 19:46:59 +0100

Adding image link bug to manpage

Diffstat:
Mcmarkdown.1 | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/cmarkdown.1 b/cmarkdown.1 @@ -21,3 +21,6 @@ prints usage information to standard error, then exits. escapes all HTML Tags. .SH BUGS Markdown may never be fully supported. +links on images may not work, e.g. + + [![pic](pic.png)](http://somehost)