MarkDownInterpole constructor
MarkDownInterpole(
- MarkDownElm intent
Implementation
MarkDownInterpole(MarkDownElm intent){
this._intent = intent;
this._poler = <MarkDownElm>[];
}
MarkDownInterpole(MarkDownElm intent){
this._intent = intent;
this._poler = <MarkDownElm>[];
}