home.social

#underline — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #underline, aggregated by home.social.

  1. 3/3 Then, I checked out The Underline, a trail starting from the Miami River which runs underneath the elevated rail and features multiple areas where the modes of travel are split.
    I did have a nice 1.5 hour nap afterwards
    #BikeTooter #Miami #MiamiFL #Underline

  2. 3/3 Then, I checked out The Underline, a trail starting from the Miami River which runs underneath the elevated rail and features multiple areas where the modes of travel are split.
    I did have a nice 1.5 hour nap afterwards
    #BikeTooter #Miami #MiamiFL #Underline

  3. 3/3 Then, I checked out The Underline, a trail starting from the Miami River which runs underneath the elevated rail and features multiple areas where the modes of travel are split.
    I did have a nice 1.5 hour nap afterwards
    #BikeTooter #Miami #MiamiFL #Underline

  4. 3/3 Then, I checked out The Underline, a trail starting from the Miami River which runs underneath the elevated rail and features multiple areas where the modes of travel are split.
    I did have a nice 1.5 hour nap afterwards
    #BikeTooter #Miami #MiamiFL #Underline

  5. follows the logic that underlined text means that it's a link, so it doesn't have dedicated syntax for (non-link) underlined text either. Support can be added with this syntax

    .. role:: underline
    :class: underline

    :underline:`this`

    in combination with a short

    function Span(s)
    return s.classes[1] == 'underline' and pandoc.Underline(s.content) or nil
    end

  6. text in different lightweight markup languages:

    Emacs :orgmode:, Muse:
    _this_

    :
    __this__

    ,
    +this+

    There is no Markdown syntax for underlined text, but 's reader treats the content of spans with class "underline" or "ul" as :

    [important]{.underline}
    [nota bene]{.ul}