JunoLab / Weave.jl

Scientific reports/literate programming for Julia
http://weavejl.mpastell.com
MIT License
830 stars 96 forks source link

[FR] highlights other language syntaxes #333

Open aviatesk opened 4 years ago

aviatesk commented 4 years ago

description

code blocks written in language syntaxes other than Julia are better to be highlighted, e.g.

# python code
def highlight_me(args):
    pass
TheCedarPrince commented 3 years ago

Bump - any updates here regarding this? Thanks!

Happy to see if I can help with this and make a PR. Any direction on how I could go about making this functionality work?

TheCedarPrince commented 2 years ago

Bumping this again - any news here? Seems like the best way to address this is to create a CSS stylesheet that accounts for highlighting these code blocks. Haven't figured out how to address that yet.