Non-breaking spaces

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Non-breaking spaces

ysb33r
Is there any specific support in Asciidoctor?

In MD one would resort to HTML-style  , but obviously in Asciidoctor this is not viable, given the larger options of backends.
Reply | Threaded
Open this post in threaded view
|

Re: Non-breaking spaces

mojavelinux
Administrator

There's a built-in attribute for non-breaking space.

{nbsp}

You can also just use the HTML entity for a document specifically targeting the web.

-Dan

On Dec 14, 2014 5:26 PM, "ysb33r [via Asciidoctor :: Discussion]" <[hidden email]> wrote:
Is there any specific support in Asciidoctor?

In MD one would resort to HTML-style  , but obviously in Asciidoctor this is not viable, given the larger options of backends.


If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/Non-breaking-spaces-tp2543.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML
Reply | Threaded
Open this post in threaded view
|

Re: Non-breaking spaces

ysb33r
Thanks