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

"\" symbol does not insert carriage return #430

Open
Sega-Zero opened this issue Dec 21, 2015 · 5 comments
Open

"\" symbol does not insert carriage return #430

Sega-Zero opened this issue Dec 21, 2015 · 5 comments

Comments

@Sega-Zero
Copy link

Imagine I have this code and comments:

public protocol OloloProto {
    /// Long function description \
    /// Next line description
    /// - Parameter param: Some param
    func samplefunc(param: String)
}

This is the help tooltip rendering in xcode:
xcode rendering

This is the web version of this comments:
web version


The same issue appears on any level of documentation.

@segiddins
Copy link
Collaborator

Hm, so my guess is this is happening since markdown doesn't care about the /

@Sega-Zero
Copy link
Author

I mentioned the \ symbol, actually =). </br> is not working either. Any chance to get text wrap behavior in jazzy?

@segiddins
Copy link
Collaborator

I mean we're just using red carpet for markdown rendering, perhaps they have an option?

@jpsim jpsim added the bug label Apr 6, 2016
@karapigeon karapigeon self-assigned this Nov 23, 2016
@karapigeon
Copy link
Contributor

Any updates on this?

@jpsim
Copy link
Collaborator

jpsim commented Nov 26, 2016

No.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants