{"id":18270486,"url":"https://github.com/NimbusKit/markdown","last_synced_at":"2025-04-05T01:30:38.110Z","repository":{"id":62448664,"uuid":"9761977","full_name":"NimbusKit/markdown","owner":"NimbusKit","description":"A Markdown NSAttributedString parser.","archived":false,"fork":false,"pushed_at":"2015-09-09T11:36:46.000Z","size":1058,"stargazers_count":658,"open_issues_count":19,"forks_count":63,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-04-04T21:40:22.150Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NimbusKit.png","metadata":{"files":{"readme":"README.mdown","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-04-30T01:35:48.000Z","updated_at":"2025-03-17T12:17:52.000Z","dependencies_parsed_at":"2022-11-01T23:17:43.327Z","dependency_job_id":null,"html_url":"https://github.com/NimbusKit/markdown","commit_stats":null,"previous_names":["jverkoey/nsattributedstringmarkdownparser"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NimbusKit%2Fmarkdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NimbusKit%2Fmarkdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NimbusKit%2Fmarkdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NimbusKit%2Fmarkdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NimbusKit","download_url":"https://codeload.github.com/NimbusKit/markdown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276022,"owners_count":20912285,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T11:38:40.089Z","updated_at":"2025-04-05T01:30:37.791Z","avatar_url":"https://github.com/NimbusKit.png","language":"Objective-C","readme":"A Markdown NSAttributedString Parser\n====================================\n\nThis is a Markdown =\u003e NSAttributedString parser built on top of a flex parser. It takes an NSString\nand returns an NSAttributedString with markdown tags replaced by CoreText formatting attributes.\n\nAdding it to your Project\n-------------------------\n\n1. Drag all of the files from the src/ directory into your project.\n2. Import NSAttributedStringMarkdownParser.h in your project.\n3. Create an instance of the parser object and pass it the string you wish to parse.\n4. Plug the resulting NSAttributedString into your favorite NSAttributedString label implementation.\n\nNSAttributedString Labels\n-------------------------\n\nNimbus: https://github.com/jverkoey/nimbus\nTTTAttributedLabel: https://github.com/mattt/TTTAttributedLabel\n\nSupported Features\n------------------\n\n    *italics*\n    **bold**\n    ***bold italic***\n    ~~strikethrough~~\n    \n    # Header 1\n    ## Header 2\n    ### Header 3\n    #### Header 4\n    ##### Header 5\n    ###### Header 6\n    \n    Header 1\n    ========\n\n    Header 2\n    --------\n    \n    http://google.com urls\n    [Text] (http://google.com \"alt text\") urls\n\nExample\n-------\n\n    NSAttributedStringMarkdownParser* parser = [[NSAttributedStringMarkdownParser alloc] init];\n    NSAttributedString* string = [parser attributedStringFromMarkdownString:\n                                  @\"This is __rad__.\"];\n\nSee the Catalog application included with the project for more examples.\n\n","funding_links":[],"categories":["etc"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNimbusKit%2Fmarkdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNimbusKit%2Fmarkdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNimbusKit%2Fmarkdown/lists"}