Skip to content

Some improvements to the notebook generator. #669

@penelopeysm

Description

@penelopeysm
  1. it should skip Julia blocks marked with eval: false (easy enough, when parsing just convert to a Markdown cell)
```{julia}
#| eval: false
#| output: false
using Pkg
Pkg.add("Turing")
```
  1. the callout block replacement regex is too sensitive, it doesn't capture things like ::: {.callout-note title="Note on prerequisites"}

Neither of these are particularly urgent, but they're also pretty simple fixes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions