Skip to content

Comments on posts use markdown instead of HTML #41

@rastersize

Description

@rastersize

Because one format is not good enough.

We might be able to use jverkoey/NSAttributedStringMarkdownParser to parse the Markdown into an NSAttributedString and then use that.

Pseudo-code:

NSAttributedStringMarkdownParser *parser = [[NSAttributedStringMarkdownParser alloc] init];
NSAttributedString *body = [parser attributedStringFromMarkdownString:theComment.body];
self.bodyTextView.attributedText = body;

/cc @gothma

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions