Skip to content

Commit

Permalink
Fix sentence stops
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 25, 2016
1 parent cf39c9e commit af086dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The reason for introducing a new “virtual” DOM is primarily:

**HAST** is a subset of [Unist][], and implemented by [rehype][].

This document describes version 1.0.0 of **HAST**. [Changelog »][changelog].
This document describes version 1.0.0 of **HAST**. [Changelog »][changelog].

## Table of Contents

Expand Down Expand Up @@ -185,8 +185,8 @@ be reflected as `'no'` and `'yes'`, respectively, in HAST.
> these values.
The DOM also specifies comma- and space-separated lists attribute
values. In HAST, these should be treated as ordered lists. For example,
`<div class="alpha bravo"></div>` is represented as
values. In HAST, these should be treated as ordered lists.
For example, `<div class="alpha bravo"></div>` is represented as
`['alpha', 'bravo']`.

> There’s no special format for `style`.
Expand Down

0 comments on commit af086dc

Please sign in to comment.