cerca

lean forum software (pmc local branch)
Log | Files | Refs | README | LICENSE

commit b56815205d3ae007f5e0f9417d25e6ba5d7f0bc3
parent 07b40676a56a7636ee41e801a1bd137936418d24
Author: cblgh <cblgh@cblgh.org>
Date:   Fri, 14 Jan 2022 23:28:12 +0100

fix spacing of pre blocks on about

Diffstat:
Mhtml/about.html | 20+++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/html/about.html b/html/about.html @@ -26,12 +26,13 @@ <p><code>`typewriter text`</code></p> - <pre><code>``` - blocks of - code like - this - ``` - </code></pre> + <!-- leave the <pre><code> blocks from reformatting! they render all their spacing :)--> +<pre><code>``` +blocks of +code like +this +``` +</code></pre> <p>Create links like <code>[this](url)</code>, and embed images like: <code>![description](url)</code>. Note how the image syntax's exclamation mark precedes the regular link syntax.</p> @@ -39,10 +40,11 @@ <p>Each post in the thread can be referenced like <code>[this post](#12)</code>, where 12 is the post number which can be found at each post timestamp.</p> - <pre><code>this is one paragraph. - this belongs to the same paragraph. +<pre><code>this is one paragraph. +this belongs to the same paragraph. - this is a new paragraph</code></pre> +this is a new paragraph +</code></pre> </article> </main> {{ template "footer" . }}