kzykhys / Ciconia

A New Markdown parser for PHP5.4
http://ciconia.kzykhys.com/
MIT License
355 stars 31 forks source link

Fixing some wrong bold and italic parsing #47

Open gruberro opened 9 years ago

gruberro commented 9 years ago

This pr improves the handling of inline rendering by allowing combinations of bold and italic text, e.g.:

***Some text with spaces***

Previously this was not rendered in italic since the regex did not match correctly.

This also fixes #38.