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

<pre> formating #12

Closed
honzahommer opened this issue Jul 26, 2012 · 2 comments
Closed

<pre> formating #12

honzahommer opened this issue Jul 26, 2012 · 2 comments

Comments

@honzahommer
Copy link

We have some troubles with < pre > formating. Redactor removes empty lines and gives on the beginning each line spaces.

Input:
< pre >This
is
my code< /pre>

Output
< pre >This is my code< /pre>

or

Input is:
< pre >This

is

my code< /pre>

Output
< pre >This< br / >
< br / >
is< br / >
< br / >
my code< /pre>

@websiddu
Copy link

+1

1 similar comment
@werdender
Copy link

+1

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

No branches or pull requests

4 participants