erixtekila / gitbook-plugin-richquotes

Gitbook plugin : Transform annoted quotes to notes
Apache License 2.0
49 stars 14 forks source link

Enabling more strong emphasis inside the quote #7

Closed alexandreaquiles closed 10 years ago

alexandreaquiles commented 10 years ago

If we put more than one Markdown **strong emphasis** into the quote, makes it fail to "enrich" content.

Example:

> **Info** Text inside a box that accepts *italic* and **bold** emphasis.

Without the changes in this pull request, it renders:

not_enriched

With improvements on selection of the config text and on css, it renders:

enriched

I've also tested with several strong and regular emphasis and it worked.

erixtekila commented 10 years ago

Thanks for the fix.