Hi,
I am very new to Jekyll and web programming in general. I started a website (https://juliohm.github.io) where I am planning to write posts with code snippets from the Julia language. At this moment, I am copying the code snippets, running them on my computer, and pasting the output manually:
println("Hello world!") # hello world in julia
Hello world!
Is there any way, maybe a Jekyll plugin, that would allow me to just insert the code like:
{% code julia %}
println(“Hello world!”)
{% endcode %}
and get this block converted to an HTML that includes input and output automatically? That would save a lot of time and effort writing the posts. Please let me know if you have a good solution for this types of problems in another language. I know that R has a somewhat good support: