Comment on Show HN: Mesop – Open-source Python UI frameworkparentComments−Terretta2yI think most markdown symbols add semantic comprehension or emphasis value in _plain_ text. That is functional[^1] even here.Including the squared circle for inline links.[^1]: As in functional requirements, is serving to convey the markup intent in a non rich text rendering.−rmbyrro2ySomething tells me you felt clever posting this. If you're open to a different perspective:The underscore makes your text worse to read, IMO. Same with the MD anchor syntax.HN supports italicizing by wrapping an expression with asterisks *. Why insist on a foreign standard?HN commenters use the [{i}] notation all the time for footnote referencing. Which can be used for links, declutttering the main text.Why add a ^?−Terretta2yCertainly, italics in asterisks, but underscores are valid too in plain text, double either to get bold. I wanted the _underscore_ since I was talking about plaintext and didn't want it disappeared, though I *suppose* this works too.^ means superscript, as footnote numbers are in publishing, but more importantly, https://github.blog/changelog/2021-09-30-footnotes-now-suppo...
Comments
I think most markdown symbols add semantic comprehension or emphasis value in _plain_ text. That is functional[^1] even here.
Including the squared circle for inline links.
[^1]: As in functional requirements, is serving to convey the markup intent in a non rich text rendering.
Something tells me you felt clever posting this. If you're open to a different perspective:
The underscore makes your text worse to read, IMO. Same with the MD anchor syntax.
HN supports italicizing by wrapping an expression with asterisks *. Why insist on a foreign standard?
HN commenters use the [{i}] notation all the time for footnote referencing. Which can be used for links, declutttering the main text.
Why add a ^?
Certainly, italics in asterisks, but underscores are valid too in plain text, double either to get bold. I wanted the _underscore_ since I was talking about plaintext and didn't want it disappeared, though I *suppose* this works too.
^ means superscript, as footnote numbers are in publishing, but more importantly, https://github.blog/changelog/2021-09-30-footnotes-now-suppo...