mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 21:02:09 +00:00
Article fix: put <body> in backticks
<body> was getting interpreted as an HTML tag instead of text.
This commit is contained in:
parent
68a0528db2
commit
ac0ced6aac
1 changed files with 2 additions and 4 deletions
|
@ -247,10 +247,8 @@ down. Use your judgement.
|
||||||
5. Test in textual browsers: lynx, links, w3m, edbrowse, EWW, etc.
|
5. Test in textual browsers: lynx, links, w3m, edbrowse, EWW, etc.
|
||||||
6. Read the (prettified/indented) HTML source itself and parse it with your brain.
|
6. Read the (prettified/indented) HTML source itself and parse it with your brain.
|
||||||
See if anything seems illogical or unnecessary. Imagine giving someone a printout
|
See if anything seems illogical or unnecessary. Imagine giving someone a printout
|
||||||
of your page's
|
of your page's `<body>` along with a whiteboard. If they have a basic knowledge
|
||||||
<body>
|
of HTML tags, would they be able to draw something resembling your website?
|
||||||
along with a whiteboard. If they have a basic knowledge of HTML tags, would they
|
|
||||||
be able to draw something resembling your website?
|
|
||||||
7. Test on something ridiculous: try your old e-reader's embedded browser, combine
|
7. Test on something ridiculous: try your old e-reader's embedded browser, combine
|
||||||
an HTML-to-EPUB converter and an EPUB-to-PDF converter, or stack multiple
|
an HTML-to-EPUB converter and an EPUB-to-PDF converter, or stack multiple
|
||||||
article-extraction utilities on top of each other. Be creative and enjoy breaking
|
article-extraction utilities on top of each other. Be creative and enjoy breaking
|
||||||
|
|
Loading…
Reference in a new issue