summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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".