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

Code snippet rendering issue related to underscore #5739

Closed
JuanitoFatas opened this issue Jan 27, 2020 · 1 comment · Fixed by #5785
Closed

Code snippet rendering issue related to underscore #5739

JuanitoFatas opened this issue Jan 27, 2020 · 1 comment · Fixed by #5785
Assignees
Labels
area: publishing experience issues related to an authors experience publishing. Tags, series, etc. bug always open for contribution

Comments

@JuanitoFatas
Copy link
Contributor

Hey dev 👋

Reporting a bug.

Describe the bug

There is \ present in rendered code block.

To Reproduce

Have this code snippet in your post

def init_internals
  @primary_key              = self.class.primary_key
  @readonly                 = false
  @destroyed                = false
  @marked_for_destruction   = false
  @destroyed_by_association = nil
  @_start_transaction_state = nil
  @transaction_state        = nil

  self.class.define_attribute_methods
end

Expected behavior

As GitHub renders above. Without seeing \ in rendered code block.

Screenshots

スクリーンショット 2020-01-27 17 37 20

Best,
Juanito

@citizen428
Copy link
Contributor

@JuanitoFatas I hope you don't mind, but I just assigned you this issue so it's obvious to other that it's already being worked on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: publishing experience issues related to an authors experience publishing. Tags, series, etc. bug always open for contribution
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants