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

Indented code blocks aren't parsed into cells #55

Closed
jlewi opened this issue Apr 16, 2024 · 0 comments · Fixed by #116
Closed

Indented code blocks aren't parsed into cells #55

jlewi opened this issue Apr 16, 2024 · 0 comments · Fixed by #116

Comments

@jlewi
Copy link
Owner

jlewi commented Apr 16, 2024

Here's a sample with indented code blocks
sample.txt

These are not parsed into code block cells.

There's two ways to potentially look at this

  1. Markdown -> Notebook should always convert indented code blocks to cells
  2. The AI prompt should not respond with indented code blocks

Part of the issue here is that if we are relying on markdown to convert into a numbered lists; I don't think the numbering will carry across cells in a notebook.

Related to #52

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

Successfully merging a pull request may close this issue.

1 participant