-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Bold markdown in Dashboard Textbox not rendered correctly #4070
Comments
Hi @griffinator76, thanks for reporting, happily this seems to be already fixed in #3686 and should arrive soon in Redash v8 😁. You can confirm whether this is working in our preview environment. |
Thanks! Sorry, I searched for existing markdown issues but didn't see that one for some reason. |
In any case, "also preceding new line is ignored" seems to still be there 😕. |
@griffinator76 (cc @gabrieldutra) It's okay: single newline is treat as whitespace. If you want to start a new paragraph, you have to add one more newline before it. So it should look like this: some text
**bold text**
---
*italics*
> blockquote
**more bold** |
That or add two spaces at the end of the line. |
Closing as this issue is fixed in Redash v8 🙂 |
Issue Summary
Textbox in Dashboard is supposed to support markdown as per https://www.markdownguide.org/cheat-sheet/#basic-syn (linked to from Textbox editor)
Bold markdown syntax doesn't appear to work though, in preview or in saved Textbox:
Bold text is not rendered as bold, also preceding new line is ignored.
Steps to Reproduce
Any other info e.g. Why do you consider this to be a bug? What did you expect to happen instead?
Expected behaviour: using markdown produces bold text
Technical details:
The text was updated successfully, but these errors were encountered: