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

Markdown panel inline code created on new line #2312

Closed
jnumainville opened this issue Dec 12, 2024 · 0 comments · Fixed by #2342
Closed

Markdown panel inline code created on new line #2312

jnumainville opened this issue Dec 12, 2024 · 0 comments · Fixed by #2342
Assignees
Labels
bug Something isn't working

Comments

@jnumainville
Copy link
Contributor

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
Screenshot 2024-12-12 at 2 43 12 PM

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

@jnumainville jnumainville added bug Something isn't working triage Issue requires triage labels Dec 12, 2024
@mofojed mofojed self-assigned this Jan 16, 2025
@mofojed mofojed removed the triage Issue requires triage label Jan 16, 2025
mofojed added a commit to mofojed/web-client-ui that referenced this issue Jan 16, 2025
- Fixes deephaven#2312
- Tested using a code block from the ticket
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants