Bold and italic follow Asciidoc semantics - #408
Conversation
The book used a combination of Markdown and Asciidoc syntax for bold and italic text. In the documentation, it says that * are used for highlighting the whole word or phrase, and ** are used to highlight a part of the word. The render still worked fine before, but the source-code now follows the semantics. http://asciidoctor.org/docs/user-manual/#bold-and-italic
|
We only highlight words. So this PR doesn't really make sense. |
|
The book uses
The Asciidoc documentation (my emphasis):
As their example clearly states,
As you said, this book highlights only words and phrases, so it should use I assume that the |
Bold and italic follow Asciidoc semantics
The book used a combination of Markdown and Asciidoc syntax for
bold and italic text. In the documentation, it says that * are
used for highlighting the whole word or phrase, and ** are used
to highlight a part of the word. The render still worked fine
before, but the source-code now follows the semantics.
http://asciidoctor.org/docs/user-manual/#bold-and-italic