Maxim Belkin

Results 232 comments of Maxim Belkin

I am pretty sure this is due to all of these lessons having "outdated" reference page template: they don't specify the title. Instead of setting the title to "Keypoints and...

> `_layouts/reference.md` in this repo and IT appears to match? The `_layouts` directory contains HTML files. I was talking about reference.md in bin/boilerplate. > There should not be any problem...

I do agree, however, that it should be safe to redefine the title in the file.

Thank you for the PR, Zhian. Thank you for your comment, Maneesha. When maintainers synchronize lessons with `carpentries/styles` repository, they copy files from `bin/boilerplate` directory to the corresponding lessons' directories....

What you do here is pretty smart, @ocaisa. I haven't heard of Liquid functions so what you propose might be the best one can do if they want to include...

If `input` is an array of strings, you can do this: ```rb # num -- "depth" input.map { |line| "> " * num + line}.join("\n") ``` E.g. ```rb %w[one two...

Great job! Note, you can `capture` code snippets early in the episode, e.g. ``` {% capture mycode %} {% include /snippets/ep05/in.lj %} {% endcapture %} ... ... > ``` {{...

Thanks, @ocaisa. I'd like to keep it open for now. It might be beneficial for the community to integrate this into the main template. It'll tie us more to the...

> This is a never-ending story! It turns out that while I could served the site locally, it didn't pick up my plugin when I served on GitHub Yes, GitHub...

and don't forget about using ~~~ instead of ```