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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
irshu355 authored Sep 16, 2018
1 parent 4da4462 commit 2405674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ You can also programmatically append text into the editor using HTML like so:

editor.render("<p>Hello man, whats up!</p>");
editor.render("<div>This is another paragraph!</div>");
Please be reminded, nested HTML **ARE NOT** supported at the moment except for `<ul>` and `<ol>`, for eg: `<p><h2>Hello world</h2></p>` **won't work**, as `<h2>` is nested inside `<p>`. As of the moment, the following HTML tags are supported:
Please be reminded, nested HTML **ARE NOT** supported at the moment except for `<ul>` and `<ol>`, for eg: `<p><h2>Hello world</h2></p>` **won't work** since `<h2>` is nested inside `<p>`. Following HTML tags are supported:

- `<p>`,`<div>`
- `<h1>`,`<h2>`,`<h3>`
Expand Down

1 comment on commit 2405674

@fahmyamy
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hey... how to use this editor in fragment?? because there is an issue setOnClickListener on a null object
can you help me??

Please sign in to comment.