swcarpentry / shell-novice

The Unix Shell
http://swcarpentry.github.io/shell-novice/
Other
373 stars 969 forks source link

Missing spaces between words #1447

Open Volendor opened 6 months ago

Volendor commented 6 months ago

What is the problem?

Some subheadings are missing spaces. before image

There is also a typo like this on other pages. I would like to try to make a pull request if I knew exactly how I could fix the gh-pages.

Location of problem (optional)

In https://swcarpentry.github.io/shell-novice/02-filedir.html#exploring-more-ls-options and https://swcarpentry.github.io/shell-novice/02-filedir.html#ls-reading-comprehension

mikerenfro commented 6 months ago

Whatever the root cause is, it doesn't appear to be in the markdown source. Various <code> instances in the titles get the surrounding spaces removed.

bagustris commented 2 months ago

It only appears on challenge block with backtick words. Search in Section 7: "Usinggrep" and "findPIPELINE". Perhaps adding more space (double space) to see the effect?