MarkDownStdText constructor

MarkDownStdText(
  1. String text
)

Implementation

MarkDownStdText(String text){
  this._text = text;
}