Skip to content

Commit

Permalink
correctly identify content of jetty block as verbatim
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Apr 18, 2024
1 parent 914669e commit 1ff6d0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/jetty-block.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ function createExtensionGroup (context) {
this.block(function () {
this.named('jetty')
this.onContext('literal')
this.parseContentAs('verbatim')
this.process((parent, reader, attrs) => {
const doc = parent.getDocument()
const cursor = doc.getReader().$cursor_at_mark()
Expand Down

0 comments on commit 1ff6d0d

Please sign in to comment.