Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Are hints.md files rendering properly? #1151

Open
petertseng opened this issue Feb 28, 2023 · 1 comment
Open

Are hints.md files rendering properly? #1151

petertseng opened this issue Feb 28, 2023 · 1 comment

Comments

@petertseng
Copy link
Member

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.

@MatthijsBlom
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants