Jack Snoeyink
Jack Snoeyink
Context: The CommonMark parser does not do interpolation into code, latex, or HTML environments. MarkdownLiteral.jl, by using `@htl` first, supports interpolation into those environments. But by working on Julia strings,...
Julia does not interpolate escaped \$ in strings, so `@htl(" \$NOinterp ")` and `htl" \$NOinterp "` have different behavior. Replacing findnext('$' with a regexp for the next $ that is...
This is related to comments in the discussion between @t-bltg and @bowenszhu on the implementation of Symbolics.coeff in #677, #685, #549. There are four related issues in the current implementation:...
I was exploring whether I could have my discrete structures class use this for logic puzzles like knight and knaves. I'll have to look at the code after the semester,...