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

Problem with </> #190

Open
RossMWoods opened this issue Nov 7, 2019 · 2 comments
Open

Problem with </> #190

RossMWoods opened this issue Nov 7, 2019 · 2 comments

Comments

@RossMWoods
Copy link

RossMWoods commented Nov 7, 2019

The </> does not seems to work. It seems that I should click on it to work directly in html code. But it doesn't. For example, if I click on </> and then type Hello world! in standard paragraph tags, the output is not in code characters but uses html special characters instead, especially square brackets.

@ghost
Copy link

ghost commented Dec 30, 2019

It is there to make HTML able to output code without rendering it, so it has to use html special characters. Also, in my browser, it puts code in <pre>

Pell:
<p>Hello World</p> with the </> formatting enabled, gives

HTML OUTPUT:
<pre>&lt;p&gt;Hello World&lt;/p&gt;</pre>

@ghost
Copy link

ghost commented Dec 30, 2019

@RossMWoods What browser do you use?

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