• tux0r@snac.rosaelefanten.org
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    3 days ago

    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.

    • sebastiancarlos@lemmy.sdf.orgOP
      link
      fedilink
      arrow-up
      2
      ·
      3 days ago

      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.