Blog: 2026-02-14: Difference between revisions
Jump to navigation
Jump to search
(Created page with "This article https://css-tricks.com/copy-paste-the-web/ has some issues, such as <pre> <p>You can’t really do that on a <code></code></p> </pre> Which renders as: You can’t really do that on a Looks like they may accept contributions, but this one is a bit weird since it'll require rendering the text to see if it's been fixed. Probably just wrapping `<code>` in backticks would work though? If it's markdown") |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 9: | Line 9: | ||
You can’t really do that on a |
You can’t really do that on a |
||
Looks like they may accept contributions, but this one is a bit weird since it'll require rendering the text to see if it's been fixed. Probably just wrapping |
Looks like they may accept contributions, but this one is a bit weird since it'll require rendering the text to see if it's been fixed. Probably just wrapping <pre><code></pre> in backticks would work though? If it's markdown |
||
This HN post: https://news.ycombinator.com/item?id=23473370 |
|||
Links to these pretty reporters: https://github.com/tape-testing/tape?tab=readme-ov-file#pretty-reporters |
|||
I'm looking for (or could make) one like unittest which prints . for success and F for fail, then prints the number of tests and whether or not it succeeded. Nothing too fancy. |
|||
Latest revision as of 20:15, 14 February 2026
This article https://css-tricks.com/copy-paste-the-web/ has some issues, such as
<p>You can’t really do that on a <code></code></p>
Which renders as:
You can’t really do that on a
Looks like they may accept contributions, but this one is a bit weird since it'll require rendering the text to see if it's been fixed. Probably just wrapping
<code>
in backticks would work though? If it's markdown
This HN post: https://news.ycombinator.com/item?id=23473370
Links to these pretty reporters: https://github.com/tape-testing/tape?tab=readme-ov-file#pretty-reporters
I'm looking for (or could make) one like unittest which prints . for success and F for fail, then prints the number of tests and whether or not it succeeded. Nothing too fancy.