Inline tag before the last question mark in the input document should be rendered when block tags are disabled: setup: setBlockTags: false input : | _hello_ *there*? expect : | hello there? Output should be similar with block tags enabled: input : | _hello_ *there*? expect : |

hello there?