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
When attempting to build locally with using Xranklin; serve(debug=true):
┌ Warning: Environment 'section' used before it was defined.
└ @ Xranklin /home/kevin/.julia/packages/Xranklin/jJ04e/src/convert/markdown/latex_objects.jl:68
ERROR: MethodError: no method matching FranklinParser.Block(::Symbol, ::String)
Closest candidates are:
FranklinParser.Block(::Any, ::Any, ::Any, ::Any, ::Any) at ~/.julia/packages/FranklinParser/up5TR/src/utils/types.jl:43
FranklinParser.Block(::Symbol, ::SubString{String}) at ~/.julia/packages/FranklinParser/up5TR/src/utils/types.jl:61
FranklinParser.Block(::Symbol, ::SubString{String}, ::Any) at ~/.julia/packages/FranklinParser/up5TR/src/utils/types.jl:61
This is my site using the Academic template. I would say, put this at the very bottom of your priority list, unless the solution is obvious. I've been thinking of trying something different anyway, so I might try out the new site creation workflow, if that would be helpful :-)
The text was updated successfully, but these errors were encountered:
Ah with Academic template this will take a bit more time, long story short it uses FranklinUtils in order to define custom environments so there's a chain of things that need to be updated here.
Possibly it'll just be better to update the template itself and make it an "official" one.
https://github.com/kescobo/xranklin-test/
When attempting to build locally with
using Xranklin; serve(debug=true)
:This is my site using the Academic template. I would say, put this at the very bottom of your priority list, unless the solution is obvious. I've been thinking of trying something different anyway, so I might try out the new site creation workflow, if that would be helpful :-)
The text was updated successfully, but these errors were encountered: