Skip to content

Commit

Permalink
fix: Apply option name changes to README
Browse files Browse the repository at this point in the history
  • Loading branch information
akabekobeko committed Jan 20, 2021
1 parent 494185a commit e6c4431
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 @@ Vivliostyle Flavored Markdown (VFM), a Markdown syntax optimized for book author
- [`partial` (default: `false`)](#partial-default-false)
- [`title` (default: `undefined`)](#title-default-undefined)
- [`language` (default: `undefined`)](#language-default-undefined)
- [`autoLineBreaks` (default: `false`)](#autoLineBreaks-default-false)
- [`hardLineBreaks` (default: `false`)](#hardLineBreaks-default-false)
- [Advanced usage](#advanced-usage)
- [Unified processor](#unified-processor)
- [Unified plugin](#unified-plugin)
Expand Down Expand Up @@ -211,7 +211,7 @@ will generates:
</html>
```

#### `autoLineBreaks` (default: `false`)
#### `hardLineBreaks` (default: `false`)

Converts line breaks to `<br>`.

Expand All @@ -221,7 +221,7 @@ stringify(
new
line
`,
{ autoLineBreaks: true },
{ hardLineBreaks: true },
);
```

Expand Down

0 comments on commit e6c4431

Please sign in to comment.