exercism / purescript

Exercism exercises in PureScript.

Home Page:https://exercism.org/tracks/purescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add blurb to Concept Exercises

ErikSchierboom opened this issue · comments

Each Concept will have to define a blurb, which is a short description of the exercise.

In an earlier PR, a placeholder blurb has been added to the .meta/config.json file of each Concept Exercise. The placeholder blurbs should be replaced with an actual blurb for each Concept Exercise. Blurbs must be limited to 350 chars and will be truncated in some views.

For forked exercises, it might be useful to check how other tracks have defined their blurb.

The blurb will be displayed on a track's exercises page and on exercise tooltips. For example:

Screenshot 2021-03-02 at 13 25 38

Screenshot 2021-03-02 at 13 25 51

See the Concept Exercise spec for more information.

Tracking

exercism/v3-launch#23