Skip to content

Commit 9f11b1b

Browse files
committed
asdf
1 parent f12038e commit 9f11b1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/notebook.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### A Pluto.jl notebook ###
2-
# v0.20.9
2+
# v0.20.14
33

44
using Markdown
55
using InteractiveUtils
@@ -311,7 +311,6 @@ function run_mdx(s::String;
311311
else
312312

313313
# we want to apply our own CM parser, so we do the MarkdownLiteral.jl trick manually:
314-
result_str = repr(MIME"text/html"(), result)
315314
cm_parser = CommonMark.Parser()
316315
CommonMark.enable!(cm_parser, [
317316
CommonMark.AdmonitionRule(),
@@ -328,6 +327,7 @@ function run_mdx(s::String;
328327
CommonMark.FrontMatterRule(yaml=YAML.load),
329328
])
330329

330+
result_str = repr(MIME"text/html"(), result)
331331
ast = cm_parser(result_str)
332332

333333
ast, CommonMark.frontmatter(ast)

0 commit comments

Comments
 (0)