summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-10-07 08:44:34 +0300
committerLars Wirzenius <liw@liw.fi>2022-10-07 09:08:59 +0300
commita01b5d05ec0c7af6782ec31c169a0bc1331cf71c (patch)
tree2db4df4f738fa9923e767ed8d74c2632b8aca519
parent93f6ed746ea67ca6b32b68fcaa40d9477b5ba57c (diff)
downloadsubplot.liw.fi-a01b5d05ec0c7af6782ec31c169a0bc1331cf71c.tar.gz
docs(tutorial.md): use # to mark headings in sample Markdown file
I now prefer this style Sponsored-by: author
-rw-r--r--tutorial.mdwn6
1 files changed, 2 insertions, 4 deletions
diff --git a/tutorial.mdwn b/tutorial.mdwn
index eb26201..fc8fb8f 100644
--- a/tutorial.mdwn
+++ b/tutorial.mdwn
@@ -84,8 +84,7 @@ These are specified for Subplot in a [Markdown][] document. A minimal
one for echo might look like this:
~~~~markdown
-No arguments
-=============================================================================
+# No arguments
Run `echo` without arguments.
@@ -96,8 +95,7 @@ and standard output contains a newline
and standard error is empty
```
-Hello, world
-=============================================================================
+# Hello, world
Run `echo` to produce the output "hello, world".