Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escaping space and newline #159

Closed
dikmax opened this issue Aug 21, 2014 · 1 comment
Closed

Escaping space and newline #159

dikmax opened this issue Aug 21, 2014 · 1 comment
Assignees
Labels

Comments

@dikmax
Copy link

dikmax commented Aug 21, 2014

Pandoc have very nice feature of escaped spaces and newlines.

\{space} transforms into  . It is much shorter and easier to use than  
\{new-line} transforms into <br>. And it is visible unlike default syntax with spaces at the end (some IDEs tend to remove trailing spaces automatically).

Do you have plans to support these extensions?

@gettalong gettalong self-assigned this Aug 21, 2014
@gettalong
Copy link
Owner

You can use two backslashes or two spaces at the end of a line to create a <br /> element.

Currently, I don't plan to support a conversion from backslash-space to a non-breaking space. You can easily enter a non-breaking space directly - see http://en.wikipedia.org/wiki/Non-breaking_space#Keyboard_entry_methods

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants