Skip to content
This repository has been archived by the owner on Nov 25, 2019. It is now read-only.

Commit

Permalink
cleanup demo
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalFilipek committed Apr 11, 2017
1 parent 48002ca commit c1a374c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions demo/data.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

export default {
twitter: `<div>
<p>
Expand All @@ -9,5 +8,5 @@ export default {
</p>
</div>`,
omitting: '<p><span>hello</span> <strong>bla bla</strong> </span>world!</span></p>',
simple: '<div><p><span>Just HTML converted into JSX</span></p></div>'
};
simple: '<div><p><span>Just HTML converted into JSX</span></p></div>',
};

0 comments on commit c1a374c

Please sign in to comment.