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

Code blocks in markdown #75

Open
phcerdan opened this issue Mar 1, 2018 · 1 comment
Open

Code blocks in markdown #75

phcerdan opened this issue Mar 1, 2018 · 1 comment

Comments

@phcerdan
Copy link

phcerdan commented Mar 1, 2018

notedown is not able to keep code blocks in markdown when converting to notebooks.
Raised in a plugin using notedown.

For example:

	Hello, this is markdown with a code block:
	```bash
	export HELLO=HOLA
	```

When converted to a notebook:

	Hello, this is markdown with a code block:

	```{.python .input}
	%%bash
	export HELLO=HOLA
	```
@eric-haibin-lin
Copy link

is this resolved?

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

No branches or pull requests

2 participants