I think this is an issue within markdown.h, but only tested it in the iOS lib and have not had the real time to debug property. Would be great to have another eye on it as well.
Works just fine in "normal" text but won't in entities.
The following markdown:
I love **AT&T**
results in:
I love AT&T (only AT is bolded)
"&" and "<" sure are special chars in markdown and I would guess it is something related to that: http://daringfireball.net/projects/markdown/syntax
I think this is an issue within markdown.h, but only tested it in the iOS lib and have not had the real time to debug property. Would be great to have another eye on it as well.
Works just fine in "normal" text but won't in entities.
The following markdown:
I love **AT&T**results in:
I love AT&T (only AT is bolded)
"&" and "<" sure are special chars in markdown and I would guess it is something related to that: http://daringfireball.net/projects/markdown/syntax