Lines Matching refs:markup
305 detail::markup markup = detail::get_markup(block.get_tag()); in block_action() local
308 state.out << markup.pre << values.consume().get_encoded() in block_action()
309 << markup.post; in block_action()
317 detail::markup markup = detail::get_markup(block.get_tag()); in block_empty_action() local
318 state.out << markup.pre; in block_empty_action()
325 detail::markup markup = detail::get_markup(phrase.get_tag()); in phrase_action() local
328 state.phrase << markup.pre << values.consume().get_encoded() in phrase_action()
329 << markup.post; in phrase_action()
364 detail::markup markup = detail::get_markup(phrase.get_tag()); in raw_phrase_action() local
365 state.phrase << markup.pre << phrase.get_quickbook() << markup.post; in raw_phrase_action()
379 detail::markup markup = in operator ()() local
383 state.out << markup.pre << str; in operator ()()
385 state.out << markup.post; in operator ()()
522 detail::markup markup = detail::get_markup(tag); in operator ()() local
528 state.phrase << markup.pre; in operator ()()
530 state.phrase << markup.post; in operator ()()
688 detail::markup markup = detail::get_markup(list.get_tag()); in list_action() local
690 state.out << markup.pre; in list_action()
698 state.out << markup.post; in list_action()
1517 detail::markup markup = detail::get_markup(link.get_tag()); in link_action() local
1537 state.phrase << markup.pre; in link_action()
1546 state.phrase << markup.post; in link_action()