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

14.2.1: some code block outputs not actually inside blocks #43

Open
jbrightuniverse opened this issue Aug 16, 2021 · 3 comments
Open

14.2.1: some code block outputs not actually inside blocks #43

jbrightuniverse opened this issue Aug 16, 2021 · 3 comments

Comments

@jbrightuniverse
Copy link
Contributor

Render shows up like this:

image

I'm unsure if the lower two are also supposed to be in codeblocks, or if these are automatically not put in codeblocks. In the notebook, for example, they show up as the usual "out" region.

https://github.com/QuantEcon/lecture-julia.myst/blob/main/lectures/software_engineering/need_for_speed.md#methods-and-functions

@jlperla
Copy link
Member

jlperla commented Aug 16, 2021

For these I would doubltcheck the source to see if there are special code block things in the myst, and then look in the https://github.com/QuantEcon/lecture-source-jl at the old code to see if there was something funky that they were trying to do. Maybe these are the way they are supposed to be... not sure.

@jlperla
Copy link
Member

jlperla commented Aug 16, 2021

If the underlying content is there and this is just a display thing that has no other side-effects, then this is the sort of display thing that I don't think we need to worry about at this point until we ensure all the content is actually there.

@jbrightuniverse
Copy link
Contributor Author

The myst looks normal and the original source also doesn't seem out of the ordinary so I suspect this is just a display thing. We can put this off for now.

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