{"id":13740982,"url":"https://github.com/lpil/jot","last_synced_at":"2026-01-23T13:59:52.577Z","repository":{"id":208117314,"uuid":"719258148","full_name":"lpil/jot","owner":"lpil","description":"A parser for Djot, a markdown-like language.","archived":false,"fork":false,"pushed_at":"2026-01-13T22:50:26.000Z","size":132,"stargazers_count":53,"open_issues_count":7,"forks_count":19,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-14T00:50:42.695Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Gleam","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/lpil.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-11-15T19:46:10.000Z","updated_at":"2025-12-01T07:19:34.000Z","dependencies_parsed_at":"2023-12-15T12:30:58.595Z","dependency_job_id":"37e5471e-f77f-407c-ac0c-8eb994f3f511","html_url":"https://github.com/lpil/jot","commit_stats":null,"previous_names":["lpil/jot"],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/lpil/jot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fjot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fjot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fjot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fjot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lpil","download_url":"https://codeload.github.com/lpil/jot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lpil%2Fjot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28693430,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T11:01:27.039Z","status":"ssl_error","status_checked_at":"2026-01-23T11:00:26.909Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-08-03T04:00:54.185Z","updated_at":"2026-01-23T13:59:52.572Z","avatar_url":"https://github.com/lpil.png","language":"Gleam","funding_links":[],"categories":["Packages","Parsers \u0026 Libraries"],"sub_categories":["Formats","Gleam"],"readme":"# jot\n\nA parser for [Djot][djot], a markdown-like language.\n\n[djot]: https://djot.net/\n\n[![Package Version](https://img.shields.io/hexpm/v/jot)](https://hex.pm/packages/jot)\n[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/jot/)\n\n```sh\ngleam add jot@10\n```\n\n```gleam\nimport jot\n\nconst document = \"\n# Hello, Joe!\n\nThis is a [Djot][djot] document.\n\n[djot]: https://www.djot.net/\n\"\n\npub fn main() {\n  // Turn the document into HTML\n  let html = jot.to_html(document)\n\n  // Alternatively, parse the document to an AST\n  let ast = jot.parse(document)\n}\n```\n\nFurther documentation can be found at \u003chttps://hexdocs.pm/jot\u003e.\n\n## Status\n\nThis project is a work in progress. So far it supports:\n\n- [x] Autolinks (email and URL)\n- [x] Block attributes\n- [x] Block quotes\n- [x] Code blocks\n- [x] Content escaping\n- [x] Div\n- [x] Emphasis and strong\n- [x] Footnotes\n- [x] Headings\n- [x] Images (with attributes support)\n- [x] Inline code\n- [x] Inserts, deletes, and marks.\n- [x] Links (inline and reference, with attributes support)\n- [x] Manual line breaks\n- [x] Maths (inline and display)\n- [x] Non-breaking spaces\n- [x] Ordered lists with the `1.`, `1)`, and `(1)` syntaxes\n- [x] Paragraphs\n- [x] Raw blocks\n- [x] Smart replacing of `...` with ellipsis\n- [x] Smart replacing of hyphens with dashes\n- [x] Span with attributes\n- [x] Symbols\n- [x] Thematic breaks\n- [x] Unordered lists\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpil%2Fjot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flpil%2Fjot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flpil%2Fjot/lists"}