ee7

Results 172 issues of ee7

We should be able to catch an exception if we parse invalid TOML, and parsetoml raises a `TomlError` for such a situation. However, commits 668491edaff1 and 7126677392aa changed `TomlError` from...

https://nim-lang.org/blog/2021/02/03/this-month-with-nim.html#linerino The line containing `for (tut, _) in levels` has weird extra background highlighting: ![2](https://user-images.githubusercontent.com/45465154/106726219-6d09d880-660a-11eb-9823-361f63e388df.png)

bug

It is currently possible to add e.g. `#` to the end of the URL, like: https://nim-lang.org/blog/2020/10/16/version-140-released.html#changelog But I'd like for it to be more obvious. One common implementation is a...

PR https://github.com/exercism/elm/pull/490/ synced tests, but excluded every new test. Should these be included? If so, this issue can track them.

**Please note that these docs are meant to be read at https://exercism.org/docs - not in this website. Links in this repository are relative to the website, not internally in this...

I believe that the website uses [`commonmarker`](https://github.com/gjtorikian/commonmarker) (see [here](https://github.com/exercism/website/blob/498497e3cd333c248aee5eaa5ee6d2298b0349eb/app/commands/markdown/render_html.rb#L18)), which is the wrapper for [`libcmark-gfm`](https://github.com/github/cmark-gfm). And therefore the website supports rendering a markdown file that uses [GitHub Flavored Markdown](https://github.github.com/gfm/) features....

Exercism's markdown spec talks only about ATX headings, but doesn't quite explicitly say "don't use setext headings" https://github.com/exercism/docs/blob/d334042e8f54ba7dd24ad215648355ff7795359a/building/markdown/markdown.md#L9-L15 It does however say: > [MD003](https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md#md003---header-style): Use atx style So markdown linting...

There are some recent additions to `configlet lint` that, if I recall correctly (please check), aren't in the spec: - https://github.com/exercism/configlet/commit/e732894895f8c57c3631cb243ca10e349bf687b7 - https://github.com/exercism/configlet/pull/437

From #261: > > should `configlet lint` complain if a `concepts.slug`value does not exist in any `exercises.concept[].concepts` array? > I don't think it should error, but I could definitely see...

Not a priority for now, but it would be nice to have a script that does something like: - For every markdown file: - For every link: - If it's...