<- [[if|Displaying Text Conditionally]] --------- [[stylesheet|Changing Your Story's Appearance]]-> ===== <> ===== The <> [[macro]] removes all of the line breaks in the enclosed text. ==== Usage ==== >%%<<%%nobr%%>>%% //Text// %%<<%%endnobr%%>>%% ==== Motivating example ==== In some cases, you'll want to do several things with macros at once. For example, in this [[passage]]: > All you possess is an Axe (note under Weapons on your Action Chart) and a Backpack containing 1 Meal (note under Meals on your Action Chart). (Joe Dever, //Flight from the Dark//) You'd probably want to set both the protagonist's weapon and number of meals. You can do this without any extraneous whitespace appearing in your story by putting all the [[<>]] statements on the same line: All you possess is an Axe and a Backpack containing 1 Meal. <> <> This is not particularly readable, however. The <> macro can help in these situations, like so: All you possess is an Axe and a Backpack containing 1 Meal. <> <> <> <> All the line breaks between <> and <> are eliminated. ==== See also ==== * The ''nobr'' [[tag|passage tag]] can be applied if you want every line break in the passage to be removed, without having to insert the macro tags around the entire text. * The [[<>]] macro was used for roughly the same purposes as <> prior to version 1.4.0. <- [[if|Displaying Text Conditionally]] --------- [[stylesheet|Changing Your Story's Appearance]]->