jodoc-js icon indicating copy to clipboard operation
jodoc-js copied to clipboard

*-type markdown doesn't work

Open stvno opened this issue 13 years ago • 2 comments

My inline documentation uses bold markdown to emphasize certain bits. This works fine with joDoc, but fails in jodoc-js. It ignores the entire line after the *.

A quick scan in the code makes me think that the docker function of jodoc-lib.js is to blame (it contains strip_stars). Any reason why jodoc.js is stripping stars?

stvno avatar Jul 04 '11 20:07 stvno

Ah, that's a failed regex. It was meant to just strip leading stars like in

/**
 *
 */

But I never finished that one.

dfreedm avatar Jul 04 '11 22:07 dfreedm

AH ok, I figured as much, I almost got it working *), I'll keep you posted

*) almost might be a long way still though

stvno avatar Jul 05 '11 07:07 stvno