John Nguyen

Results 23 comments of John Nguyen

> But as SwiftUI's attributing support is very poor, not every original attribute can be transformed and displayed. @liang2kl I would wait until `AttributedString` matures enough to be able to...

@larryonoff my apologies for the delayed responses, I've been a bit of sick leave recently and back to a busy work schedule so time has been scarce. I'm not sure...

Hi @mehrshadJalilmair , unfortunately strikethrough is not supported. For reference, Down uses the [Commonmark spec](https://spec.commonmark.org/0.29/).

Hi @mathist , Down does not support converting an `NSAttributedString` to a markdown string. If you have any more questions on this I'd be happy to help.

Hi @ndemie , so there is a specific option to use to treat these "soft breaks" (what you're getting) as "hard breaks" (what you want). By default, all single newlines...

@ndemie those custom attributes require the use of the `DownLayoutManager`, which understands what they are and is capable of drawing them in the text view. In short, you need to...

@ndemie regarding the line break issue, I'll need to try it out myself and do some debugging, not sure if it's an issue with the parsing or the styling. I...

Hi @antoniogonzalezromero , thanks for the report. I'll take a look and get back to you.

Hi @MrWoWander , thanks for the pull request! I'll take a look at this soon and get back to you.

@MrWoWander sorry for the delay in reviewing this, it's been a busy past week. I'm planning to take a look at tonight.