aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-05-19 07:05:12 +0200
committerache <ache@ache.one>2018-05-19 07:26:53 +0200
commit03de411c62a3a5aecc11d4f4cd033f9f8b8920da (patch)
treea1e67eca253ae469429b77c427b029eec7f51da6 /README.md
parentFix composition function (diff)
Add Header (not atx) to the README
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2ac14ca..804f9a6 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,13 @@ Header (Atx) :
### This is a title
{style="color:red;"}
```
+Header :
+```markdown
+This is a title
+---------------
+{style="color: pink;"}
+```
+
Emphasis :
```markdown