Footnote1
If you remove this line Footnote2 will wreak havock to your text.
1 2 3 4 5 6 7 8 9 10 11 |
// comment template<typename T> class type final { struct nested_type final { constexpr static inline T const * = nullptr ; }; }; // are the "less than" and "greater than" coming out right? // or as their html escape codes auto variable = type<bool>(); |
[code]
it you try the [code]
short code it will simply not work.
[/code]
Next is me trying the <pre>
markup.
1 2 3 4 5 6 |
less than -- < greater than --- > works, but do not try to use markup for inline code in here as it will simply be not shown. and <html> inside the pre will simply be processed with WP editor </html>, by removing it completely or adding the closing tags as it did for this html So basicaly pre is not pre ... it is kind of a pre in WP editor. |
Back to not a source code text.