rf / nd

a documentation viewer for node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lists do not appear on separate lines

Asuza opened this issue · comments

Given the markdown:

This application depends on the following:
- Node
- Git

The result is:

This application depends on the following: - Node - Git

Was this by design?

@Asuza it works if you put a blank line before the list, e.g.:

This application depends on the following:

- Node
- Git