Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Is there anyway to completely disable the whitespace/line breaks in Harlowe?

So I am working with Harlowe and it seems every time there is a line break in the code it adds an empty line, including below text. I really don't want this effect. I am aware you can manually get rid of the space using these { } and other escapes, but it is a pain to add those to every passage, and changes the color of my code.

Can you disable this attribute entirely in your CSS?
This way I can manually add linebreaks with <br>, more like normal html.

Comments

  • korvas wrote: »
    Can you disable this attribute entirely in your CSS?
    No, partly because the effect is not a result of the default CSS used by Harlowe.

    If you look at the HTML for the passage currently being displayed you will notice that each of the line-breaks you added to the passage's content have been replaced with a <br> element during the HTML generation process.
Sign In or Register to comment.