Hello @Gary Chen
Are you seeing that via the mobile app? If so, did you see this warning message at the top of the Trello Markdown documentation page:
Markdown does not work in card titles, and not all syntax will display when using the Trello mobile app.
If you open the Trello board via a normal web browser and look at the card, does the text with the markdown appear correctly in red, like this:
Hi @Sunny Ape
Thanks for your reply.
I opened it on the normal web browser, the text with markdown appear in white.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Gary Chen
When you say 'white' text, do you mean the text was BLACK?
And when you then tested with other web browers, did they also display the text as black?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hmmm. It's working just fine for me with Firefox, Chrome and Edge on Win64.
Are you using just two back quotes around the text, like this:
`test description`
Are you trying to add other markdown codes to the text?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Both inline code and code block are rendered as white.
Raw description content:
* inline code test
`test description`
* code block test
```java
public class Demo {
}
```
1. A
2. *B*
3. **C**
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Sunny Ape
Thanks again. My colleague helped me solve this problem. I turned on the color blind mode in the settings. It's working good after disabled.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ahh, that explains it :) I was going to suggest maybe a browser side extension that was altering the CSS.
As a side note, I have found that the rendering of code blocks using markdown can be 'tricked' into rendering incorrectly. For example, this text with markdown:
code block test
```
public class Demo {
}
```
...then it will be tricked into rendering it as inline code:
But if I make the line of text before that code block a bullet list with an asterix, like this:
* code block test
```
public class Demo {
}
```
...then the code block will render correctly:
The same applies to putting a full line break before the code block definition:
code block test
```
public class Demo {
}
```
...which renders correctly:
Trello's markdown is very sensitive to the preceding line of text being either a line break or some other marked down text.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.