Differences From Artifact [30a64c40a7]:
- File www/pop.wiki — part of check-in [1fd407f61a] at 2023-05-10 17:02:02 on branch trunk — In an effort to make www/* source documents read as cleanly as their rendered counterparts, replaced nearly all use of HTML "p" tags, relying instead on the Wiki and Markdown markup features to achieve the same appearance. The only uses remaining are: * in Markdown nested lists, where blank lines should render the list items as separate paragraphs just as at the list's top level; since it does not, if you want a line break, you either have to wrap the item in "p" tags or do the double-br hack. * in Wiki where blank lines within a list give you a separate list in the HTML output; this is fine for bullet lists, but with numbered lists it causes the numbering to restart unless you do the same sort of manual HTML workaround as with the prior item * in plain HTML docs and wiki docs between "nowiki" tags In many places, this cleanup gets rid of pointless stray "p" tags, placating HTML verifiers. (user: wyoung size: 3367) [more...]
To Artifact [71c8121b0f]:
- File www/pop.wiki — part of check-in [2572e48b93] at 2024-01-27 15:11:04 on branch inskinerator-modern-backport — Removed redundant h1 tags in wiki docs, duplicating "title" elements that already display in the skin's header area. They take up vertical space without adding any new information. (user: wyoung size: 3319) [more...]
1 | 1 2 3 4 5 6 7 8 | - | <title>Principles Of Operation</title> |
︙ |