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

"<br />" should be inserted before {{macro}}. #44

Conversation

masamitsu-murase
Copy link

<br /> tag is not inserted before macros in Wiki.

For example,

abc
{{hello_world}}

should be converted to

<p>abc<br />Hello world! Object: Journal, Called with no argument.</p>

However, it is converted to

<p>abc
Hello world! Object: Journal, Called with no argument.</p>

This patch solves this issue.

For more detail, please refer to issue #9377, http://www.redmine.org/issues/9377.

"<br />" should be inserted before {{macro}}.
@masamitsu-murase
Copy link
Author

In compliance with Etienne Massip's advice, I posted the patch in issue #9377, http://www.redmine.org/issues/9377.

If it confuses you, please let me know about what to do.

@masamitsu-murase
Copy link
Author

I close this pull request to avoid confusion.

If you would like to know more detail, please refer to issue #9377, http://www.redmine.org/issues/9377.

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

Successfully merging this pull request may close these issues.

1 participant