{"id":21039320,"url":"https://github.com/clsty/org-file-test","last_synced_at":"2026-01-02T03:38:16.230Z","repository":{"id":222638410,"uuid":"757965986","full_name":"clsty/org-file-test","owner":"clsty","description":"Test org-mode file support on GitHub","archived":false,"fork":false,"pushed_at":"2024-02-15T11:01:48.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T16:42:26.058Z","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":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clsty.png","metadata":{"files":{"readme":"README.org","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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-15T11:01:05.000Z","updated_at":"2024-02-15T11:01:06.000Z","dependencies_parsed_at":"2024-02-15T12:23:42.236Z","dependency_job_id":"6f385bfa-7c35-4c30-bbd1-cc643cf612db","html_url":"https://github.com/clsty/org-file-test","commit_stats":null,"previous_names":["clsty/org-file-test"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clsty%2Forg-file-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clsty%2Forg-file-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clsty%2Forg-file-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clsty%2Forg-file-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clsty","download_url":"https://codeload.github.com/clsty/org-file-test/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243482942,"owners_count":20297908,"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-19T13:38:57.838Z","updated_at":"2026-01-02T03:38:16.152Z","avatar_url":"https://github.com/clsty.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"#  ---\n  :Tags:\n    \"*\":\n      :open: big\n      :close: big\n\n# 以上是 org-ruby 的自定义 marker 的功能，此例中，去掉注释后可以将 * 变成放大字体效果。若测试失败，则应当表示这是 org-ruby 新版功能，而 github 还未跟进。\n\n这里用于测试 GitHub 对一些 *org-mode* 文段的支持能力。\n- 一份更丰富（但有些过时）的测试： [[https://github.com/novoid/github-orgmode-tests][github-orgmode-tests]]\n相关链接：\n- GitHub 官方的标记语言支持：[[https://github.com/github/markup][github/markup]]\n  - 各依赖库的版本列表：https://github.com/github/markup/master/Gemfile\n  - 对 org-mode 的支持是通过（旧版）[[https://github.com/wallyqs/org-ruby][org-ruby]] 实现的。\n- GitHub 官方的[[https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams][绘图指南]]\n\n* 格式化文本\n标记两侧空格：必须加空格，或嵌入 html。\n# https://github.com/github/markup/pull/326 据这个，实际上已经是 0.9.9 了，且行内 html 也应已可用。\n-----------------\n=TEST-AREA-BEGIN=\n\n- 这是 *粗体文本（两侧加空格）* 。\n- 这是*粗体文本（两侧无空格）*。\n- 这是​*粗体文本（两侧零宽空格）*​。\n- 这是@@html:\u003cstrong\u003e@@粗体文本（嵌入行内 html）@@html:\u003c/strong\u003e@@。\n#+BEGIN_HTML\n这是\u003cstrong\u003e粗体文本（嵌入 html 代码块）\u003c/strong\u003e。\n#+END_HTML\n\n=TEST-AREA-END=\n-----------------\n* 绘图\nditaa：不支持\n-----------------\n=TEST-AREA-BEGIN=\n\n#+begin_src ditaa\n  +---------+\n  | cBLU    |\n  |         |\n  |    +----+\n  |    |cPNK|\n  |    |    |\n  +----+----+\n#+end_src\n\n=TEST-AREA-END=\n-----------------\n\nmermaid：支持\n-----------------\n=TEST-AREA-BEGIN=\n\n#+begin_src mermaid\ngraph LR\nMS[Mirror Server] \u003c--\u003e PN\nPN([Protected Network]) --\u003e PS\nPS[Proxy Server] --\u003e IN([Internet])\n#+end_src\n\n=TEST-AREA-END=\n-----------------\n\n* 嵌入其他格式化文本\nLaTeX：部分“支持”。\n\n“支持”：\n-----------------\n=TEST-AREA-BEGIN=\n\n\\ast{} \\alpha \\beta \\phi\n$\\varphi$\n\n=TEST-AREA-END=\n-----------------\n\n不支持：\n-----------------\n=TEST-AREA-BEGIN=\n\n\\LaTeX{}\n\n=TEST-AREA-END=\n-----------------\n\n完全不渲染：\n- =#+BEGIN_LATEX= 的这种代码块。\n-----------------\n=TEST-AREA-BEGIN=\n\n#+BEGIN_LATEX\n\\section{Section Title}\n\nThis is \\emph{emphasized} and $y=x^2$ is an equation.\n\nAn example in an LATEX block.\nAnother line within this block.\n\n\\alpha $x=42y$\n\nGreek characters \\alpha \\beta \\phi \\LaTeX{}  $\\varphi$\n#+END_LATEX\n\n=TEST-AREA-END=\n-----------------\n\nHTML：支持。\n-----------------\n=TEST-AREA-BEGIN=\n\n#+html: \u003cdetails\u003e\n文本一\n#+html: \u003csummary\u003e总结\u003c/summary\u003e\n文本二\n#+html: \u003c/details\u003e\n文本三\n\n=TEST-AREA-END=\n-----------------\n\n-----------------\n=TEST-AREA-BEGIN=\n\n#+BEGIN_HTML\n\u003cstrong\u003eThis is strong\u003c/strong\u003e.\n\u003cem\u003eThis\u003c/em\u003e is emphasized.\nHeres is a web reference: \u003ca href=\"https://github.com/clsty\"\u003elink\u003c/a\u003e\n\u003c!-- this is a comment --\u003e\n#+END_HTML\n\n=TEST-AREA-END=\n-----------------\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclsty%2Forg-file-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclsty%2Forg-file-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclsty%2Forg-file-test/lists"}