Artifact e0fe024e4acc87ac7e1e6e406a624a7e146db8220cffe7e749e521fcb4a88732:
- File
www/fossil-v-git.wiki
-
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: 48594)
- 2023-05-21 03:37:16 — part of check-in [e3df21cdf1] on branch th1Hash — Merge updates from trunk. (user: mistachkin size: 48594)
- 2023-06-03 08:49:54 — part of check-in [8e7de26aa2] on branch forumpost-locking — Merge trunk into forumpost-locking branch. (user: stephan size: 48594)
- 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: 48594)
- 2024-01-22 13:39:00 — part of check-in [f05b04a625] on branch timeline-keyboard-navigation — Sync with trunk. (user: florian size: 48594)
- 2024-01-22 13:40:00 — part of check-in [7597825330] on branch diff-keyboard-navigation — Sync with trunk. (user: florian size: 48594)
-
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: