Class Bold


public class Bold extends Markup
Renders a section of text in markdown as bold.
Since:
0.0.1
Author:
Thomas Kwashnak
  • Constructor Details

    • Bold

      public Bold(Object content)

      Creates a new bold section of text.

      Content within this object will be rendered as bold

      Parameters:
      content - content to bold
      Since:
      0.0.1