-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
How to render <> characters? #378
Comments
@monolithed |
@monolithed can you explain where you put this content and face these issues? I tried to put the first snippet into markdown blocks (e.g. description: |
`Messages.auth('<TYPE>', <CREDENTIALS>);` Some free form text or even description: |
```java
Messages.auth('<TYPE>', <CREDENTIALS>);
```
Some free form text |
@monolithed I've just managed to reproduce it. It works wrong if using just backticks without language specified: description: |
```
Messages.auth('<TYPE>', <CREDENTIALS>);
```
Some free form text I've fixed and will release a new version soon. |
Problem:
Expected:
The text was updated successfully, but these errors were encountered: