Hi,
Why does Hyperkitty use h2-tags for the last line before the signature please?
Example: https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/thread/P...
Kind regards,
Peter
On 11/2/20 3:29 AM, Peter Münster wrote:
Hi,
Why does Hyperkitty use h2-tags for the last line before the signature please?
Example: https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/thread/P...
HyperKitty on lists.mailman3.org and mail.python.org has an unreleased
markdown rendering engine. Messages in the archive are rendered in
markdown. In particular, a line beginning with ##
is rendered as an
<h2>
. See, e.g., <https://www.markdownguide.org/cheat-sheet/>
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
On 11/2/20 2:47 PM, Mark Sapiro wrote:
HyperKitty on lists.mailman3.org and mail.python.org has an unreleased markdown rendering engine. Messages in the archive are rendered in markdown. In particular, a line beginning with
##
is rendered as an<h2>
. See, e.g., <https://www.markdownguide.org/cheat-sheet/>
Actually, in your case, it's not ##
. Lines underlined
with ====
become <h1>
and lines underlined with ----
become <h2>
.
See <https://www.markdownguide.org/basic-syntax/>
Leave a blank line between your text and the --
signature separator
and the last line of text won't be rendered as <h2>
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Mark Sapiro
-
Peter Münster