Skip to content

Commit

Permalink
[v3] Update Markdown files to latest spec (#42)
Browse files Browse the repository at this point in the history
All Markdown files should, from this point on, start with a level one heading.
See exercism/configlet#150 for the rationale behind these changes.

The full specification can be found [here](https://github.com/exercism/docs/blob/main/contributing/standards/markdown.md).
ErikSchierboom authored May 4, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent df23c1a commit b23276a
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/exercise-readme-insert.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# exercise readme insert

2 changes: 2 additions & 0 deletions docs/ABOUT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# About

<p class="verse">
APL is a mistake, carried through to perfection. It is the language of the future for the programming techniques of the past: it creates a new generation of coding bums.<br />
<br />
2 changes: 2 additions & 0 deletions docs/INSTALLATION.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Installation

Refer to [System/Installation](https://code.jsoftware.com/wiki/System/Installation) for instructions on how to get things set up on your system.

After installing, I'd suggest using the package manager (called `pacman`) to grab available addons. This includes fun bits like plotting, graphics, image manipulation, and much else. To do this, you can start a `J` console session by typing `jconsole` then enter:
2 changes: 2 additions & 0 deletions docs/TESTS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Tests

If you run in to any issues with running the tests at all please just submit your solution and a mentor will help you figure out what's wrong. J is a language that few people use, so finding information can be brutal.


0 comments on commit b23276a

Please sign in to comment.