Conversation
fe0cb0b to
0bb9d77
Compare
0bb9d77 to
18b10d0
Compare
3826bde to
645f457
Compare
|
After a discussion with @uekerman, I replaced the |
|
I tried building locally, but I get a related error even in a clean copy of the repository. Do I maybe need a newer version of Jekyll? In any case, we should document it. I am using Jekyll 4.1.1, Ruby 2.7.0, on Ubuntu 21.10. Note that we don't have a website build check here. (related to #107) |
|
@MakisH We don't use the jekyll safe mode since we incorporated the tutorials. |
Right, I had a feeling that we changed that at some point. Can you please also update the README, then? |
This PR adds Liquid blocks for notes, warnings, tips, disclaimers and version information.
This simplifies writing notes etc to more natural syntax:
{% note %} This is my note. {% endnote %}note: the icons don't render locally for some reason


I will migrate adapter notes once this PR is merged.