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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Jul 2, 2018
2 parents 079e7f8 + e4b6183 commit 7b6988c
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 1 deletion.
21 changes: 21 additions & 0 deletions docs/installation.md
@@ -0,0 +1,21 @@
---
title: Installation
---

Add this line to your application’s Gemfile:

```
gem "asciidoctor-rfc"
```

And then execute:

```
$ bundle
```

Or install it yourself as:

```
$ gem install asciidoctor-rfc
```
10 changes: 10 additions & 0 deletions docs/navigation.md
@@ -0,0 +1,10 @@
---
sections:
- name: Introduction
items:
- overview
- installation
- name: Usage
items:
- basic
---
5 changes: 5 additions & 0 deletions docs/overview.md
@@ -0,0 +1,5 @@
---
title: Overview
---

asciidoctor-rfc lets you write Internet-Drafts and RFCs in AsciiDoc, the “asciidoctor-way”.
3 changes: 2 additions & 1 deletion lib/asciidoctor/rfc/v3/base.rb
Expand Up @@ -131,7 +131,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 7b6988c

Please sign in to comment.