Skip to content

Commit

Permalink
Revert "README.md: Format fixes to accommodate the 'macdown' reader"
Browse files Browse the repository at this point in the history
This reverts commit f3b240e.
  • Loading branch information
davebarnes97 committed Oct 11, 2019
1 parent f3b240e commit ff7abdd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ that you can deploy to Cloud Foundry.

See the [Bookbinder wiki](https://github.com/pivotal-cf/bookbinder/wiki) for detailed information and instructions, such as how to configure [credentials for multiple git services](https://github.com/pivotal-cf/bookbinder/wiki/Credentials-for-multiple-git-services).

## <a id='install-ditaot'></a>Installation
## <a id='install-ditaot'> Installation

**Note**: Bookbinder requires Ruby version 2.0.0-p195 or higher.

Expand Down Expand Up @@ -603,7 +603,6 @@ products:
To generate a subnav, `bookbinder` starts spidering from the `subnav_root`, following `a` elements with the `subnav` class. This creates a JSON file with the subnav contents, described in more detail below.

`reptiles/index.html.md`:

```markdown
<a href="./thing-one.html" class="subnav">My First Nav Item</a>

Expand All @@ -615,22 +614,19 @@ Some text that won't be in the Nav
Note that the links can be anywhere on the page (the second link is in an `h2`, for instance), but will be followed in order.

`reptiles/thing-one.html`:

```markdown

- <a href="./nested-thing.html" class="subnav">My Nested Nav Item</a>

```

`reptiles/thing-two.html`:

```markdown
## Won't Show Up in the Nav
Nothing to see here.
```

`reptiles/nested-thing.html`:

```markdown
## End of the line

Expand Down

0 comments on commit ff7abdd

Please sign in to comment.