Skip to content

Overload Text_interface to return Stencil by value

Dan Eble requested to merge dev/eble/text-interface into master

Overload Text_interface::interpret_markup () and print () to return Stencils by value. This simplifies many callers that previously needed to copy the smob anyway.

Merge request reports