Skip to content

Commit

Permalink
Show that one can add headers (level 1-6) in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMartinez committed Sep 19, 2020
1 parent 5a94802 commit 32a309d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 11-Syntax/01-Basic-Syntax/src/11-Documentation.purs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@
-- | | --- | --- | ----- |
-- | | a | b | c |
-- |
-- | # Headers level 1 work
-- |
-- | ## Headers level 2 work
-- |
-- | ### Headers level 3 work
-- |
-- | #### Headers level 4 work
-- |
-- | ##### Headers level 5 work
-- |
-- | ###### Headers level 6 work
-- |
-- | Some code:
-- | ```purescript
-- | f :: Int
Expand Down

0 comments on commit 32a309d

Please sign in to comment.