OrgMarkup.just constructor

OrgMarkup.just(
  1. String content,
  2. OrgStyle style
)

Implementation

OrgMarkup.just(String content, OrgStyle style) : this('', content, '', style);