Skip to content

Commit

Permalink
remove unbound type parameter (#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsajko authored Sep 8, 2022
1 parent 018ee90 commit b987152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/converter/latex/latex.jl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ $SIGNATURES
Convenience function to take a markdown string (e.g. produced by a latex command) and re-parse it.
"""
function reprocess(s::AS, lxdefs::Vector{<:LxDef}; nostripp=false) where T
function reprocess(s::AS, lxdefs::Vector{<:LxDef}; nostripp=false)
r = convert_md(s, lxdefs;
isrecursive=true, isconfig=false, has_mddefs=false,
nostripp=nostripp)
Expand Down

0 comments on commit b987152

Please sign in to comment.