markdown :: MarkdownProcessor :: current_loc
# Current output buffer. private fun current_loc: MDLocation do assert not loc_stack.is_empty return loc_stack.last end