{"id":16823015,"url":"https://github.com/hhatto/gorst","last_synced_at":"2025-05-08T19:31:10.674Z","repository":{"id":22290536,"uuid":"25625215","full_name":"hhatto/gorst","owner":"hhatto","description":"Go implementation of reStructuredText","archived":false,"fork":false,"pushed_at":"2018-10-29T13:32:15.000Z","size":212,"stargazers_count":35,"open_issues_count":1,"forks_count":2,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-31T17:54:08.745Z","etag":null,"topics":["go","parser","rest","restructuredtext"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hhatto.png","metadata":{"files":{"readme":"README.rst","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":"2014-10-23T07:37:05.000Z","updated_at":"2025-03-26T20:52:57.000Z","dependencies_parsed_at":"2022-07-21T09:19:52.970Z","dependency_job_id":null,"html_url":"https://github.com/hhatto/gorst","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhatto%2Fgorst","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhatto%2Fgorst/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhatto%2Fgorst/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hhatto%2Fgorst/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hhatto","download_url":"https://codeload.github.com/hhatto/gorst/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253135227,"owners_count":21859596,"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":["go","parser","rest","restructuredtext"],"created_at":"2024-10-13T11:06:47.059Z","updated_at":"2025-05-08T19:31:10.607Z","avatar_url":"https://github.com/hhatto.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"gorst\n=====\n\n.. image:: https://travis-ci.org/hhatto/gorst.svg?branch=master\n    :target: https://travis-ci.org/hhatto/gorst\n    :alt: Build status\n\n.. image:: https://godoc.org/github.com/hhatto/gorst?status.png\n    :target: http://godoc.org/github.com/hhatto/gorst\n    :alt: GoDoc\n\nThis is a Go_ implementation of reStructuredText_. developed on the basis of `Go markdown module implemented by Michael Teichgräber`_ .\n\nOnly Support for HTML output is implemented.\n\n.. _reStructuredText: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html\n.. _Go: http://golang.org/\n.. _`Go markdown module implemented by Michael Teichgräber`: https://github.com/knieriem/markdown\n\n**This is experimental module. Highly under development.**\n\n\nInstallation\n------------\n.. code-block:: bash\n\n    $ go get github.com/hhatto/gorst\n\n\nUsage\n-----\n.. code-block:: go\n\n    package main\n\n    import (\n        \"bufio\"\n        \"os\"\n        \"github.com/hhatto/gorst\"\n    )\n\n    func main() {\n        p := rst.NewParser(nil)\n\n        w := bufio.NewWriter(os.Stdout)\n        p.ReStructuredText(os.Stdin, rst.ToHTML(w))\n        w.Flush()\n    }\n\n\nTODO\n----\n* Simple Table\n* Footnotes\n* Citations\n* Directives (figure, contents, ...)\n* etc...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhhatto%2Fgorst","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhhatto%2Fgorst","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhhatto%2Fgorst/lists"}