Simon Christ
a7723529f3
switch to CommonMark parser
2 years ago
Simon Christ
27d9a58e0e
fix yaml handling
2 years ago
Simon Christ
658515dcd5
more general conversion approach
2 years ago
Simon Christ
ef75367884
fix testimonials
2 years ago
Simon Christ
93c19204d6
delete unused function
2 years ago
Simon Christ
6b53729da2
support nested blocks via recursion
2 years ago
Simon Christ
d68cd5340a
fix admonition handling
2 years ago
Simon Christ
8f0468303f
fix stuff
2 years ago
Jonas Kroll
17ba06b808
fix YAML removement
2 years ago
Jonas Kroll
13eb8f9bac
fix stuff
2 years ago
Jonas Kroll
cc6ad1faef
Fixed pasting of code to the wrong space.
2 years ago
Jonas Kroll
26255dc019
Changed Yaml removal.
2 years ago
Jonas Kroll
db12c3b1fa
Fixed missing end of a loop.
2 years ago
Jonas Kroll
68123b7291
Removed probably unnecessary passing of IO.
2 years ago
Jonas Kroll
01b6da57ad
Forgot the for loop around the function.
2 years ago
Jonas Kroll
c41bb32a37
Changed IO to IOmd which was already defined.
2 years ago
Jonas Kroll
2d0d6f5ce8
Fixed loops that were in the wrong order.
2 years ago
Jonas Kroll
e1c9f0d6e2
Added function to remove YAML from non Carp MD.
2 years ago
Myrkwid
eb6968de99
Changed order of functions and a regex.
2 years ago
Myrkwid
abf6164de2
Fuck, I forgot to commit after starting new...
2 years ago
Myrkwid
5aaa53b44a
Added Markdown as an used package.
3 years ago
Myrkwid
b3e19a1d73
Added flavor tag.
3 years ago
Fredrik Ekre
c0bfc3be6f
CI: key test cache on julia version.
3 years ago
Fredrik Ekre
b7ee4af4bc
CI: enable depot caching.
3 years ago
Fredrik Ekre
f434b969bb
CI: remove julia-actions/julia-buildpkg
3 years ago
Fredrik Ekre
7a8756f8b5
Add link to Weave.jl under 'Related packages' in README, fixes #208 .
3 years ago
Tamas K. Papp
60c08dc23e
doc: mention MarkdownTables.jl in tips section. ( #207 )
3 years ago
Fredrik Ekre
594fbd6fc8
Set version to 2.14.0.
3 years ago
Fredrik Ekre
3dcca07e60
Upgrade doc building dependencies.
3 years ago
Fredrik Ekre
d434e35261
Change filename structure of generated image files ( #205 )
...
When executing markdown (Literate.markdown(...; execute=true) images
where previously saved to files where the name was based on the hash of
the source block. This patch changes this such that files instead follow
the format {name}-{blocknumber}.(svg|png|...). Closes #204 .
3 years ago
Wonseok Shin
9adfd9a380
doc: fix a typo ( #203 )
3 years ago
Fredrik Ekre
1ff48e95c6
Update doc deps.
3 years ago
Fredrik Ekre
cec2506d22
Update doc build dependencies.
4 years ago
Fredrik Ekre
dba1e50e50
Set version to 2.13.4.
4 years ago
Fredrik Ekre
8054d2630b
Fix time regression introduced by automatic head branch detection
...
Automatic head branch detection (introduced in version 2.11.0) caused a
performance regression since the `git remote show` command takes ~1
second. For documentation builds with many literate files this caused
significant slowdowns, which is particularly annoying when doing
iterative buils with eg.
[LiveServer.jl](https://github.com/tlienart/LiveServer.jl ). Literate now
caches the remote head branch on a per-repo basis, so the 1 second delay
should only be noticed on the first run of the first file in a repo. As
noted in the changelog entry for 2.11.0 it is also possible to specify
the head branch by passing the `edit_commit` keyword argument. Doing so
will now completely skip the slow `git` command.
4 years ago
Fredrik Ekre
945435961c
Update doc build dependencies.
4 years ago
Fredrik Ekre
3f66b1c7f6
Set version to 2.13.3.
4 years ago
Fredrik Ekre
063f6540dc
Set GIT_SSH_COMMAND='ssh -o "BatchMode yes"' to block prompts when using SSH auth.
4 years ago
Fredrik Ekre
a7bdb8cdbe
Use addenv instead of setenv for git command when figuring out HEAD branch, fixes #197 .
4 years ago
Fredrik Ekre
b8cbc67e44
Set version to 2.13.2.
4 years ago
Fredrik Ekre
53a9d26ff8
Fix cwd and apparent source file when executing markdown. ( #195 )
4 years ago
Fredrik Ekre
d0091536df
Update documentation dependencies.
4 years ago
Fredrik Ekre
ed2675de06
Set version to 2.13.1.
4 years ago
Fredrik Ekre
75f4e21381
Disable git terminal prompt when detecting remote HEAD branch.
4 years ago
Fredrik Ekre
9d96d4e8c7
Set version to 1.13.0.
4 years ago
Fredrik Ekre
b344ba6496
Fix changelog links.
4 years ago
Fredrik Ekre
bd9d6360b2
Update doc dependencies.
4 years ago
Fredrik Ekre
9d9a31cd91
Replace ``x``-math with $x$-math for notebooks, fixes #116 .
4 years ago
David Widmann
a7f40596cf
Hide code lines with `#hide` when executing Markdown, fixes #166 ( #188 )
4 years ago
David Widmann
36648dc4b3
Add regression test for changes of `showable` ( #187 ) ( #189 )
4 years ago