tlienart / Franklin.jl

(yet another) static site generator. Simple, customisable, fast, maths with KaTeX, code evaluation, optional pre-rendering, in Julia.
https://franklinjl.org
MIT License
932 stars 108 forks source link

adding explicit classes for repl mode #1050

Closed tlienart closed 9 months ago

tlienart commented 9 months ago

closes #1048

adds classes

so that

```>
x = 5

becomes
julia> x = 5
5


making it easier to be more specific and have dedicated styling or annotation for repl blocks.