-
Notifications
You must be signed in to change notification settings - Fork 0
~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 < and >
entities
- Outside of predefined sequence: std::function<void(void)> foo;
- Inside predefined sequence:
std::function<void(void)> 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.)