We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When creating a markdown panel with inline code the code is added to a new line instead of embedded
Create a new markdown panel via controls > Markdown Widget
Paste the following ``` # Markdown Note
This note can be edited using **markdown** for styling.`deephaven.ui` ```
Expected results Code is embedded on the same line
Actual results
Code is embedded on a new line
Versions Engine Version: 0.37.0 Web UI Version: 0.99.0 Python Version: 3.8.19 Java Version: 19.0.1 Groovy Version: 3.0.22 Barrage Version: 0.7.2 Browser Name: Chrome 131 User Agent OS: macOS 10.15.7 @deephaven/js-plugin-ui: 0.23.1 @deephaven/js-plugin-plotly-express: 0.12.0
The text was updated successfully, but these errors were encountered:
fix: Markdown incorrectly rendering inline code blocks
3630882
- Fixes deephaven#2312 - Tested using a code block from the ticket
f85c76f
mofojed
Successfully merging a pull request may close this issue.
When creating a markdown panel with inline code the code is added to a new line instead of embedded
Create a new markdown panel via controls > Markdown Widget
Paste the following
```
# Markdown Note
This note can be edited using **markdown** for styling.`deephaven.ui`
```
Expected results
Code is embedded on the same line
Actual results
Code is embedded on a new line
Versions
Engine Version: 0.37.0
Web UI Version: 0.99.0
Python Version: 3.8.19
Java Version: 19.0.1
Groovy Version: 3.0.22
Barrage Version: 0.7.2
Browser Name: Chrome 131
User Agent OS: macOS 10.15.7
@deephaven/js-plugin-ui: 0.23.1
@deephaven/js-plugin-plotly-express: 0.12.0
The text was updated successfully, but these errors were encountered: