Class LinkRef

java.lang.Object
com.github.rjeschke.txtmark.LinkRef

class LinkRef extends Object
A markdown link reference.
  • Field Details

    • title

      public String title
      The optional comment/title.
    • isAbbrev

      public final boolean isAbbrev
      Flag indicating that this is an abbreviation.
  • Constructor Details

    • LinkRef

      public LinkRef(String link, String title, boolean isAbbrev)
      Constructor.
      Parameters:
      link - The link.
      title - The title (may be null).
  • Method Details