From a01b5d05ec0c7af6782ec31c169a0bc1331cf71c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 7 Oct 2022 08:44:34 +0300 Subject: docs(tutorial.md): use # to mark headings in sample Markdown file I now prefer this style Sponsored-by: author --- tutorial.mdwn | 6 ++---- 1 file 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". -- cgit v1.2.1