Page MenuHomeFreeBSD

news.toml: Remove paragraph tags left-over from conversion.
ClosedPublic

Authored by debdrup on Jan 26 2021, 3:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 16 2024, 4:03 PM
Unknown Object (File)
Oct 20 2024, 9:34 PM
Unknown Object (File)
Oct 20 2024, 6:17 PM
Unknown Object (File)
Oct 2 2024, 10:40 PM
Unknown Object (File)
Oct 2 2024, 8:15 PM
Unknown Object (File)
Sep 25 2024, 1:56 AM
Unknown Object (File)
Sep 24 2024, 8:03 PM
Unknown Object (File)
Sep 22 2024, 1:16 AM
Subscribers
None

Details

Summary

The AsciiDoc conversion, out of necessity, was rather conservative in
removing paragraphs. However, this leaves some entries with tags and
some without tags.

Test Plan

Ran make

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

debdrup created this revision.

The alternative to this is, of course, to wrap everything in paragraph tags.
The advantage of this is that it won't be necessary to include <br /> tags for when multiple things happen on the same day, but I lean towards that being easier to do, than wrapping everything in each own paragraph.

This revision is now accepted and ready to land.Jan 29 2021, 5:15 PM