Blog: 2026-02-14: Difference between revisions

From razwiki
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
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 `<code>` in backticks would work though? If it's markdown
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

Revision as of 19:51, 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