You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix asciidoc formatting
In the new asciidoc specification , the \` quoting does not escape the
contained string. Thus it is critical to add the `+` around the
escaped strings where needed (to escape the `*` for instance)
This fixes #472