2023-05-10 17:02:02
— part of check-in
[1fd407f61a]
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: 43476)
2023-05-21 03:37:16
— part of check-in
[e3df21cdf1]
on branch th1Hash
— Merge updates from trunk.
(user:
mistachkin
size: 43476)
2023-06-03 08:49:54
— part of check-in
[8e7de26aa2]
on branch forumpost-locking
— Merge trunk into forumpost-locking branch.
(user:
stephan
size: 43476)
2023-06-03 08:59:40
— part of check-in
[fdd3fe21c2]
on branch markdown-tagrefs
— Merge trunk into markdown-tagrefs branch and resolve conflict.
(user:
stephan
size: 43476)