public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Convert ALL CodeBlocks to code cells in ipynb, even inside Divs
@ 2021-10-13 11:24 Julianus Pfeuffer
  0 siblings, 0 replies; only message in thread
From: Julianus Pfeuffer @ 2021-10-13 11:24 UTC (permalink / raw)
  To: pandoc-discuss


[-- Attachment #1.1: Type: text/plain, Size: 894 bytes --]

Hi!

I assume the following is not a bug but more of a design choice, that is 
why I am posting here:

# Hello
Foo

``` code
  foo = 1

```

::: Note
I want my code to be executable in ipynb!

``` code
  bar = 2

```
:::

Will produce three cells in ipynb

#%% md

# Hello

Foo

#%%

foo = 1


#%% md

I want my code to be executable in ipynb!

``` code
bar = 2
```

Is there a way to have ALL CodeBlocks as code cells in ipynb? Even if it 
would mean splitting the Div?

Best,
Jule

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/dfa451f3-e139-4dcc-a06e-b4dcfadb3c58n%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 2230 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-13 11:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-13 11:24 Convert ALL CodeBlocks to code cells in ipynb, even inside Divs Julianus Pfeuffer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).