Skip to content

Conversation

@erikruth
Copy link
Contributor

The punctuation at the end of lists should generally be a period, not a semi-colon.
I think the markdown for a numbered list is to begin each line with a 1. but you specifically numbered them at 1. 2. 3. 4. I left it but decided to leave you this comment to check the syntax.
The description of the article says that the article teaches how to strip "some" HTML but the actual body of the article does not suggest that there are limitations. Can this technique strip some kinds of HTML but not others? Perhaps add a note about that?

The punctuation at the end of lists should generally be a period, not a semi-colon. I think the markdown for a numbered list is to begin each line with a 1. but you specifically numbered them at 1. 2. 3. 4. I left it but decided to leave you this comment to check the syntax. The description of the article says that the article teaches how to strip "some" HTML but the actual body of the article does not suggest that there are limitations. Can this technique strip some kinds of HTML but not others? Perhaps add a note about that?
@Iankodj
Copy link
Contributor

Iankodj commented Mar 30, 2016

Ordered list in MD can be created by using both approaches and both of them are valid.

As for stripping the HTML, what limitation could be there. The actual stripping relies entirely on what developer would implement. Thus, it will strip only the HTML he needs to and nothing more. I am not sure what comment could be put here on that matter.

@Iankodj Iankodj merged commit 10746f6 into master Mar 30, 2016
@Iankodj Iankodj deleted the ErikEdits-RadEditor-strip-html-on-paste branch March 30, 2016 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants