Skip to content

~Markdown test page

franke-hub edited this page Jul 28, 2023 · 1 revision

This page is used for markdown testing.

Problematic <> sequences:

Native

  • Outside of predefined sequence: std::function<void(void)> foo;
  • Inside predefined sequence: std::function<void(void)> foo;

Using &lt; and &gt; entities

  • Outside of predefined sequence: std::function<void(void)> foo;
  • Inside predefined sequence: std::function&lt;void(void)&gt; foo;

So, how does github markdown differentiate <em>foo</em> (foo) and <void(void)>?

  • It's a mystery.

Github markdown strips color, so don't bother.

  • Here's a sample <em style="color: #ff0000">foo</em>: foo. (It's normal black text.)