{"id":20174288,"url":"https://github.com/guiltydolphin/sample-deno-with-org-readme","last_synced_at":"2026-03-04T20:34:02.121Z","repository":{"id":62422156,"uuid":"379951955","full_name":"GuiltyDolphin/sample-deno-with-org-readme","owner":"GuiltyDolphin","description":"Sample Deno project with an Org readme.","archived":false,"fork":false,"pushed_at":"2021-06-26T17:11:20.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-13T16:18:06.483Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GuiltyDolphin.png","metadata":{"files":{"readme":"README.org","changelog":"CHANGELOG.org","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":"2021-06-24T14:25:17.000Z","updated_at":"2021-06-26T17:11:22.000Z","dependencies_parsed_at":"2022-11-01T17:31:57.408Z","dependency_job_id":null,"html_url":"https://github.com/GuiltyDolphin/sample-deno-with-org-readme","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuiltyDolphin%2Fsample-deno-with-org-readme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuiltyDolphin%2Fsample-deno-with-org-readme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuiltyDolphin%2Fsample-deno-with-org-readme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuiltyDolphin%2Fsample-deno-with-org-readme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GuiltyDolphin","download_url":"https://codeload.github.com/GuiltyDolphin/sample-deno-with-org-readme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241610996,"owners_count":19990507,"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-14T01:42:10.889Z","updated_at":"2026-03-04T20:33:59.581Z","avatar_url":"https://github.com/GuiltyDolphin.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"#+TITLE: Sample Deno Project with an Org README\n\nThis is a sample project for testing the rendering of Org\nfiles for [[https://deno.land/x]].\n\n* This is a basic heading\n\nWith some content.\n\n** This is a nested heading\n\nAlso with some content.\n\n* Inline markup\n\nOrg supports various inline markup, including: *bold*,\n/italic/, _underline_, +strikethrough+, ~inline code~, and\n=verbatim=.\n\nInline markup can be *mixed if _you_ do it +right+!*.\n\n* Links\n\nYou can have full URL links with descriptions, such as: [[https://duckduckgo.com][DuckDuckGo!]]\n\nYou can link without a description: [[https://duckduckgo.com]].\n\nLink to a heading in the same document with a description:\n [[Inline markup][should take you to 'Inline markup']].\n\nLink to a heading in same document without a description:\n[[Inline markup]].\n\nLink to a file without description: [[./CHANGELOG.org]].\n\nLink to a file with description: [[./CHANGELOG.org][link to the changelog]].\n\nLink to a file using =file:=: [[file:./CHANGELOG.org]].\n\n* Lists\n\n** Unordered, flat\n\n- you can have\n- flat\n- unordered\n- lists\n\n** Unordered, nested\n\n- you can (1)\n  - nest (1.1)\n    - lists (1.1.1)\n  - too (1.2)\n- ! (2)\n\n** Ordered\n\n1. you can (1)\n   1. order (1.1)\n   2. lists (1.2)\n2. if you want (2)\n\n** Checkboxes\n\n- [X] checkboxes\n  - [X] let you\n- [ ] do fancy\n- [1/2] things\n  - [X] like\n  - [ ] count\n  - [ ] completion\n\n* Code\n\n#+BEGIN_SRC typescript\n  function typescriptFunction() {\n      console.log(\"We'd be remiss without support for code blocks!\");\n  }\n#+END_SRC\n\n* More complex headings\n\n** TODO Heading with TODO keyword\n** DONE Heading with DONE keyword\n\n** Heading with tags                                     :tag1:@another_tag:\n\n** TODO Heading with tags and keywords                    :tag1:@another_tag:\n\n** Heading with property drawer\n:PROPERTIES:\n:CREATED:  [2021-06-24 Thu 15:50]\n:END:\n\n** [#B] Heading with priority\n\n** TODO [#A] Heading with everything                      :a_tag:another_tag:\n:PROPERTIES:\n:CREATED:  [2021-06-24 Thu 15:51]\n:END:\n\n* Timestamps\n\n** Inactive\n\nWith time: [2021-06-24 Thu 15:51]\n\nWithout time: [2021-06-24]\n\nWithout time (2): [2021-06-24 Thu]\n\n** Active\n\nWith time: \u003c2021-06-24 Thu 15:51\u003e\n\nWithout time: \u003c2021-06-24\u003e\n\nWithout time (2): \u003c2021-06-24 Thu\u003e\n\n* Tables\n\n|----------+---------+---------|\n| Header1  | Header2 | Header3 |\n|----------+---------+---------|\n| Val1     | Val2    | Val3    |\n| Val4     | Val5    | Val6    |\n| +strike+ | *bold*  | /etc/   |\n|----------+---------+---------|\n\n* Other blocks\n\n#+BEGIN_QUOTE\nA quote block.\n\nWhich can span...\n\nMany lines.\n\n*And you can use* /markup/ here +too+.\n\n- and\n  - a\n- list\n\n\n  --Someone\n#+END_QUOTE\n\n#+BEGIN_EXAMPLE\nAn example block.\n\nDoes it render well?\n\n*Who knows*.\n#+END_EXAMPLE\n\n* Images\n\n** Image in brackets\n\n[[https://duckduckgo.com/assets/logo_homepage.normal.v108.svg]]\n\n** Image without brackets\n\nhttps://duckduckgo.com/assets/logo_homepage.normal.v108.svg\n\n** Image with alt text\n\n[[https://duckduckgo.com/assets/logo_homepage.normal.v108.svg][The logo should be here]]\n\n** Captions\n\n#+CAPTION: Caption for image\n#+NAME:   fig:ddg-icon\n[[https://duckduckgo.com/assets/logo_homepage.normal.v108.svg]]\n\n* Horizontal rules\n\n-----\n\nAbove and below should be horizontal rules.\n\n-----\n\n* Footnote references\n\nYou can reference numbered footnotes[fn:1].\n\nNamed footnotes[fn:named].\n\nAnonymous footnotes[fn::Anonymous footnote]\n\nNamed, inline footnotes[fn:named-inline: Named inline footnote].\n\nAnd named inline footnotes can be referenced again[fn:named-inline].\n\n\n[fn:1] A numbered footnote.\n\n[fn:named] A named footnote.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguiltydolphin%2Fsample-deno-with-org-readme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguiltydolphin%2Fsample-deno-with-org-readme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguiltydolphin%2Fsample-deno-with-org-readme/lists"}