-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Asciidoc processing fails on [source] #3480
Copy link
Copy link
Closed
Labels
Description
Information
- Language: asciidoc
- Plugins: 'none'
Description
Fails on [source]
Code snippet
The code being highlighted incorrectly.
.Two paragraphs in an AsciiDoc document
[source]
----
This journey begins one late Monday afternoon in Antwerp.
Our team desperately needs coffee, but none of us dare open the office door.
To leave means code dismemberment and certain death.
----
.The two paragraphs rendered using the default (html5) converter and stylesheet (asciidoctor.css)
====
This journey begins one late Monday afternoon in Antwerp.
Our team desperately needs coffee, but none of us dare open the office door.
To leave means code dismemberment and certain death.
====
Reactions are currently unavailable