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

extra characters in md jupyter fenced code block octave output #6695

Closed
DrXyzzy opened this issue May 10, 2023 · 2 comments
Closed

extra characters in md jupyter fenced code block octave output #6695

DrXyzzy opened this issue May 10, 2023 · 2 comments

Comments

@DrXyzzy
Copy link
Contributor

DrXyzzy commented May 10, 2023

  1. Open a new .md file.
  2. Enter the following in the Markdown Code(left) frame, including the triple backticks:
```octave
 x = 71;
 x
 ```
  1. Run the cell by clicking "Run" in the Text (right) frame.
  2. Observe the output is 714h.
  3. The number of extraneous characters will change with the length of the variable name and the length of the value assigned.
image
@haraldschilly
Copy link
Contributor

looks like Calysto/octave_kernel#221

@haraldschilly
Copy link
Contributor

see #7227 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants