poler method

Implementation

MarkDownInterpole poler(List<MarkDownElm> route){
  this._poler.addAll(route);
  return this
}