haskell icon indicating copy to clipboard operation
haskell copied to clipboard

Are hints.md files rendering properly?

Open petertseng opened this issue 2 years ago • 1 comments

Here are the hints I see at https://exercism.org/tracks/haskell/exercises/lucians-luscious-lasagna/edit:

hints

As you can see, I can see a heading, "General", and two links: "Declaring modules", and "Indentation rules".

This does not seem to match the content at https://github.com/exercism/haskell/blob/main/exercises/concept/lucians-luscious-lasagna/.docs/hints.md. There I see two headings: "General" and "Modules and Indentation". The second one is missing.

Text under General, with a sentence beginning with "Basic numbers operators are described"... is also missing.

petertseng avatar Feb 28 '23 20:02 petertseng

The hints for Lucians Luscious Lasagna at the Rust track do render properly: source, rendering.

I guess a syntax issue. Ours does not start with # Hints and uses only level-1 headers.

Relevant docs: for practice exercises, and more extensively for concept exercises.

MatthijsBlom avatar Feb 28 '23 20:02 MatthijsBlom