Skip to content

Commit

Permalink
Fixing markdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
happi committed Apr 19, 2017
1 parent 20bb9d4 commit 047a04d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ We will try to come up with specific guides for which AsciiDoc
constructs to use and add them here as we discover what works
and what doesn't work.

[comment]: # (#### The AsciiDoc dialect to use)
<!-- #### The AsciiDoc dialect to use -->

#### Comments in Asciidoc
Each chapter should begin with a comment about the status of
Expand All @@ -67,8 +67,10 @@ to bring the chapter to the next level.

A comment in the code starts with '//'.

[comment]: # (#### Callouts)
[comment]: # (What type of callout to use and for what (note, warning erc.))
<!-- #### Callouts
What type of callout to use and for what (note, warning erc.)
-->

#### Linking to OTP/Erlang source code

Expand All @@ -77,7 +79,7 @@ a link to a tagged version (not to master) of the code on github,
as in:

----
link:https://github.com/erlang/otp/blob/OTP-19.1/erts/emulator/beam/erl_time.h[erl_time.h]
link:https://github.com/erlang/otp/blob/OTP-19.1/erts/emulator/beam/erl_time.h[erl_time.h]
----

#### Directory structure and build
Expand Down

0 comments on commit 047a04d

Please sign in to comment.