Skip to content
This repository has been archived by the owner on Dec 23, 2019. It is now read-only.

Commit

Permalink
Merge pull request #100 from riboseinc/ronaldtse-bcp14-nr
Browse files Browse the repository at this point in the history
Handle NOT RECOMMENDED as bcp14, fixes #99
  • Loading branch information
opoudjis authored Jun 27, 2018
2 parents a4211d6 + cba15c1 commit 713c450
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/asciidoctor/rfc/v3/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ def inline_break(node)

BCP_KEYWORDS = [
"MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", "OPTIONAL"
"SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", "OPTIONAL"
].freeze

def inline_quoted(node)
Expand Down

0 comments on commit 713c450

Please sign in to comment.