{"id":26400959,"url":"https://github.com/greydevv/rigid-md","last_synced_at":"2025-03-17T14:38:29.816Z","repository":{"id":282737538,"uuid":"949504360","full_name":"greydevv/rigid-md","owner":"greydevv","description":"A rigid, opinionated markdown parser. Not CommonMark-compliant.","archived":false,"fork":false,"pushed_at":"2025-03-16T16:07:32.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T17:19:39.863Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Zig","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/greydevv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-16T15:59:08.000Z","updated_at":"2025-03-16T16:07:36.000Z","dependencies_parsed_at":"2025-03-16T17:19:41.638Z","dependency_job_id":"8e893ec0-3f7c-4e29-b97d-1111631c1bf1","html_url":"https://github.com/greydevv/rigid-md","commit_stats":null,"previous_names":["greydevv/rigid-md"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greydevv%2Frigid-md","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greydevv%2Frigid-md/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greydevv%2Frigid-md/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greydevv%2Frigid-md/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/greydevv","download_url":"https://codeload.github.com/greydevv/rigid-md/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244051180,"owners_count":20389846,"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":"2025-03-17T14:38:17.492Z","updated_at":"2025-03-17T14:38:29.804Z","avatar_url":"https://github.com/greydevv.png","language":"Zig","readme":"# rigid-md\n\nA rigid, opinionated markdown parser. Not CommonMark-compliant.\n\n## Block Elements\n\n### Line Breaks\n\nAny number of line breaks can appear. Whitespace is not truncated, and the parser will not strip any line breaks from the document.\n\n### Headings\n\nSupports six sizes of headings. Specifying more than 6 levels will generate a parser error.\n\nExample:\n```text\n### a level 3 heading\n```\n\n### Code\n\nUse three backticks at the start of a line to delineate block-level code.\n\nThe closing set of backticks must also start on a line break, or it is an error.\n\n````text\nAn example function:\n```zig\npub fn foo() u32 {\n    return 13;\n}\n```\n````\n\n## Inline Elements\n\nFor any inline element, its closing delimiter must appear before a line break. Otherwise, it is considered an unterminated element and results in a parse error.\n\n### Code\n\nUse a single backtick to delineate inline code\n```text\nTo define a variable use `var x = 10;`.\n```\n\n### Italics\n\nUse underscores to delineate italic text.\n```text\nI am _italic_.\n```\n\n### Bold\n\nUse asterisks to delineate bold text.\n```text\nI am *bold*.\n```\n\n### Strikethrough\n```text\nI am ~struck through~(?).\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreydevv%2Frigid-md","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgreydevv%2Frigid-md","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreydevv%2Frigid-md/lists"}