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

Indicate that key features cannot use Markdown #13

Merged
merged 1 commit into from
Jan 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Indicate that key features cannot use Markdown
  • Loading branch information
ErikSchierboom authored Jan 7, 2021
commit 2d989728d4a812af4a830eaa223ef365c9dba5f7
4 changes: 2 additions & 2 deletions anatomy/tracks/config-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ The language's key features succinctly describe what the most important features

The key features are specified in the top-level `key_features` field which is defined as an array of objects with the following fields:

- `title`: a concise header for the key feature. Its length must be <= 25
- `content`: a description of the key feature. Its length must be <= 100
- `title`: a concise header for the key feature. Its length must be <= 25. Markdown is _not_ supported.
- `content`: a description of the key feature. Its length must be <= 100. Markdown is _not_ supported.
- `icon`: the icon to show for the feature. The following icons can be used:
- TODO: list icons

Expand Down