notedown icon indicating copy to clipboard operation
notedown copied to clipboard

Code blocks in markdown

Open phcerdan opened this issue 6 years ago • 1 comments

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
	```

phcerdan avatar Mar 01 '18 17:03 phcerdan

is this resolved?

eric-haibin-lin avatar Mar 08 '19 04:03 eric-haibin-lin