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
Asciidoctor: Handle snippets in definition lists (#680)
Our lang override processor had trouble with snippets inside of
definition lists because a method provided by Asciidoctor doesn't quite
behave well inside definition lists:
asciidoctor/asciidoctor#3133
That method had behavior that is a little too broad anyway so we
implement what we need directly.
0 commit comments