Bold, italics and other text decorations are supported in roff just well. I agree that there is a readability advantage of
This is an example text with three italic words
over
This is an example text with
.I three italic words
(using the ms macro, of course), but I’d argue that the additional complexity of throwing more markup languages on it when you already use roff anyway is not really worth it. YMMV, of course.
Good point about style; I was thinking more about \f[I] than .I. So yeah, I see that if you have every semantic thing on its own line, diffing and maybe readability is better.
Bold, italics and other text decorations are supported in roff just well. I agree that there is a readability advantage of
This is an example text with three italic words
over
This is an example text with
.I three italic words
(using the
msmacro, of course), but I’d argue that the additional complexity of throwing more markup languages on it when you already use roff anyway is not really worth it. YMMV, of course.Good point about style; I was thinking more about
\f[I]than.I. So yeah, I see that if you have every semantic thing on its own line, diffing and maybe readability is better.