-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
Some problems interpreting code ?!? #144
Comments
temporary solutionWould you please remove space from below line? override fun adapt(call: Call<Any>): RETURN_TYPE {
registration[RequestIdentifier.identify(call.request())] = info
return adapter.adapt(call)
}
}
+```
-``` |
Indeed, I've overseen this. It solved the first problem (at least on my website) The problem with the linebreaks still remaining. |
Also found the problem with the line break. by configuration linebreaks will be directly translated into Compare with the option for linebreaks here Any config change doesn't seem to have any effect. I just added: markdown:
preset: 'zero' to my main |
You can change
|
I just noticed on my website, linked markdown is not correctly interpreted into html. (See website article with the problem.)
Also, I noticed that every linebreak in markdown is translated into an html linebreak. Even though it shouldn't.
This is important for writing markdown, since at the moment I need to write every thing in a single line, which I don't want to have. This is part of the markdown definition:
Both of this problems are no parser(markdown-it) problems, according to this
The text was updated successfully, but these errors were encountered: