New site format

Tricks for the Editor

Hence the textedior understands Markdown and HTML use both.

Strikethrough Text in Markdown

~ ~ Text ~ ~ gives you Text

Write Markdown formatings as help

Use HTML formatings to display e.g. double tilde

Cheat Sheet for Markdown

How to make headings, etc.
https://www.markdownguide.org/cheat-sheet/

Hacks for Markdown

Also some interesting stuff.
https://www.markdownguide.org/hacks/


The two boxes below are from this:
https://www.markdownguide.org/hacks/#admonitions
It is > for the box : an emoji ** Text ** for bold and the text without empty lines

:memo: Edit Note:
Interesting, when I mouse-over on a markdown headings I get a link within a post.
(on a PC, not on iOS.)
Copy that link and you can direkt to a subsection in a long post. Nice!

:bulb: Tip: @sb56637
That can be usefull for a “Discourse tips” thread. You can pack everything in the first post and link direct to a headline.


Links to headings

Links to headlines simply copied show only the thread title.
Is there a way they show tread title + linked headline?

You can add it with angle brackets, < > , for example:
<https://budgetlightforum.com/t/new-blf-forum-engine-faqs/217457#how-to-add-headings-9>

…produces…
https://budgetlightforum.com/t/new-blf-forum-engine-faqs/217457#how-to-add-headings-9

4 Thanks