Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse Error when description contains html tags like <select> #1

Open
JinhaiZ opened this issue Oct 12, 2017 · 0 comments
Open

Parse Error when description contains html tags like <select> #1

JinhaiZ opened this issue Oct 12, 2017 · 0 comments

Comments

@JinhaiZ
Copy link
Owner

JinhaiZ commented Oct 12, 2017

the following content cannot be correctly rendered

original markdown content

5. [default select option as blank](https://stackoverflow.com/questions/8605516/default-select-option-as-blank)

    **tags**: html
            
    235 **votes**, 9 **answers** and 284713 **views**

    > \r\n            I have a very weird requirement, wherein I am required to have no option selected by default in drop down menu in HTML. However,\n\nI cannot use this,\n\n<select>\n    <option></option>\n  ...\r\n        

    
6. [uncaught syntaxerror unexpected token U JSON](https://stackoverflow.com/questions/13022178/uncaught-syntaxerror-unexpected-token-u-json)

    **tags**: json
            
    189 **votes**, 7 **answers** and 167853 **views**

    > \r\n            I get this error "uncaught syntaxerror unexpected token U" when I run my page in chrome. And in firefox I get, "JSON.parse: unexpected character". I'm returning the json data from a php file and the ...\r\n       

rendered content

  1. default select option as blank

    tags: html

    235 votes, 9 answers and 284713 views

    \r\n I have a very weird requirement, wherein I am required to have no option selected by default in drop down menu in HTML. However,\n\nI cannot use this,\n\n\n \n ...\r\n uncaught syntaxerror unexpected token U JSON tags: json 189 votes, 7 answers and 167853 views \r\n I get this error "uncaught syntaxerror unexpected token U" when I run my page in chrome. And in firefox I get, "JSON.parse: unexpected character". I'm returning the json data from a php file and the ...\r\n

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant