You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
→ Initial full pass...
┌ Franklin Warning: in <index.md>
│ Encountered an issue processing 'index.md' in <article>
│ Verify, then re-start the Franklin server.
│ The error is displayed below:
│ ErrorException("type Nothing has no field captures")
└
ERROR: type Nothing has no field captures
Stacktrace:
[1] getproperty(x::Nothing, f::Symbol)
@ Base ./Base.jl:37
[2] parse_fenced_block(ss::SubString{String}, scut::Bool; shortcut::Bool, repl::Bool, shell::Bool, pkg::Bool, help::Bool)
@ Franklin ~/.julia/packages/Franklin/R3VpM/src/eval/codeblock.jl:29
[...]
I've omitted the rest of the stacktrace, since the issue seems to be located in that function. I think the regex chosen here (CODE_3_PAT) just doesn't take the 3 into account.
The text was updated successfully, but these errors were encountered:
I'm almost positive that it's correct, but I must admit, once it looked half-way decent I didn't actually check 🤔 Here's the case I was looking at, which seems to render correctly:
The HTML source code also only says python, so I guess it depends on what highlight.js does with that.
The codeblock:
The error:
I've omitted the rest of the stacktrace, since the issue seems to be located in that function. I think the regex chosen here (
CODE_3_PAT
) just doesn't take the3
into account.The text was updated successfully, but these errors were encountered: