String refMd({ String? openRef, String? closeRef, }) => ref( bodyType: TBodyType.md, openRef: openRef, closeRef: closeRef, );