Skip to content

Commit

Permalink
fix link that wasn't in markdown format
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchang authored Nov 16, 2016
1 parent 4dd0e6f commit db5e436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/APIReference-Data-Conversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ this.state = {
};
```

Given an HTML fragment, convert it to an array of `ContentBlock` objects. Construct content state from the array of block elements and then update the editor state with it. Full example available <a href="https://github.com/facebook/draft-js/blob/8ac72f723fb2d9102db833a9b060dfd66df65652/examples/convertFromHTML/convert.html">here</a>.
Given an HTML fragment, convert it to an array of `ContentBlock` objects. Construct content state from the array of block elements and then update the editor state with it. Full example available [here](https://github.com/facebook/draft-js/blob/8ac72f723fb2d9102db833a9b060dfd66df65652/examples/convertFromHTML/convert.html).

0 comments on commit db5e436

Please sign in to comment.