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

opening code block does not work consistently #304

Open
lofye opened this issue May 17, 2018 · 1 comment
Open

opening code block does not work consistently #304

lofye opened this issue May 17, 2018 · 1 comment

Comments

@lofye
Copy link

lofye commented May 17, 2018

With this markdown, the first bit of code is not rendered as code, but the second bit is:

With objects & namespaces there’s no reason to put the object name in the method name:

api->apiRequest()

vs

api->request()

The only way I can get it to render properly is to add a blank line and a line containing any character before it, like this:

With objects & namespaces there’s no reason to put the object name in the method name:

.

api->apiRequest()

vs

api->request()
@michelf
Copy link
Owner

michelf commented May 17, 2018

Any hint at how to reproduce this? I get a correct result on the dingus. Another thing to check: is there some other running before of after Markdown that could affects the output?

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

2 participants