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

Underscores display the next word in italics #7

Open
idrinkpabst opened this issue May 24, 2013 · 3 comments
Open

Underscores display the next word in italics #7

idrinkpabst opened this issue May 24, 2013 · 3 comments

Comments

@idrinkpabst
Copy link

Everytime underscores are used, the view output is written in italics. See this page for an example of the behavior.

http://topics.lvrug.org/topics/98

The input text has no italics, only underscores. See below:


Kick up productivity with tips and tricks on how to use gems like simple_form, simple_form/bootstrap and clientside_validations. Write custom validators using Active Model Validator. Handling multiple models in a single form with the accepts_nested_attributes_for. The future of forms with in Rails 4.0 with Strong Parameters. Using Form objects that are decoupled from models using the new Reform gem. https://github.com/apotonick/reform

@alexpeachey
Copy link
Member

Content is run through markdown. Either do not use underscores or put in a code block or other structure.

Sent from my iPhone

On May 23, 2013, at 7:54 PM, idrinkpabst [email protected] wrote:

Everytime underscores are used, the view output is written in italics. See this page for an example of the behavior.

http://topics.lvrug.org/topics/98

The input text has no italics, only underscores. See below:

Kick up productivity with tips and tricks on how to use gems like simple_form, simple_form/bootstrap and clientside_validations. Write custom validators using Active Model Validator. Handling multiple models in a single form with the accepts_nested_attributes_for. The future of forms with in Rails 4.0 with Strong Parameters. Using Form objects that are decoupled from models using the new Reform gem. https://github.com/apotonick/reform


Reply to this email directly or view it on GitHub.

@jarhart
Copy link
Member

jarhart commented May 24, 2013

or escape the underscores: http://daringfireball.net/projects/markdown/syntax#em

@jwoertink
Copy link
Member

or implement github flavor markup which actually handles using underscores in middle of words.

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