bool? get markdown => _$this._markdown;
set markdown(covariant bool? markdown) => _$this._markdown = markdown;