JuliaPluto / JuliaPluto/PlutoStaticHTML.jl

Parse code blocks in Markdown

Open
#16 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
88
Forks
7
Avg merge
2h 12m
Merged PRs (30d)
5

Description

Issue by @AbhimanyuAryan.

Currently, Markdown with embedded code blocks are not parsed correctly. For example,

md"""
Lorem ipsum:

```julia
julia> x = 1
1

julia> x + 1
2
```
"""

does not become a code block in the output

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.