| httprr trace v1 |
| 176 49838 |
| GET https://api.github.com/repos/rsc/markdown/issues?direction=asc&page=1&per_page=100&sort=updated&state=all HTTP/1.1
|
| Host: api.github.com
|
| User-Agent: Go-http-client/1.1
|
|
|
| HTTP/2.0 200 OK
|
| Accept-Ranges: bytes
|
| Access-Control-Allow-Origin: *
|
| Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
|
| Cache-Control: public, max-age=60, s-maxage=60
|
| Content-Security-Policy: default-src 'none'
|
| Content-Type: application/json; charset=utf-8
|
| Date: Mon, 03 Jun 2024 21:18:53 GMT
|
| Etag: W/"c3e50e871a714b0947b84823d2dc4c525eb7eaab341cb83b562d20af142428ba"
|
| Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
|
| Server: GitHub.com
|
| Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
|
| Vary: Accept, Accept-Encoding, Accept, X-Requested-With
|
| X-Content-Type-Options: nosniff
|
| X-Frame-Options: deny
|
| X-Github-Api-Version-Selected: 2022-11-28
|
| X-Github-Media-Type: github.v3; format=json
|
| X-Github-Request-Id: F461:3487CD:17EB8D:281F20:665E333C
|
| X-Ratelimit-Limit: 60
|
| X-Ratelimit-Remaining: 35
|
| X-Ratelimit-Reset: 1717452520
|
| X-Ratelimit-Resource: core
|
| X-Ratelimit-Used: 25
|
| X-Xss-Protection: 0
|
|
|
| [{"url":"https://api.github.com/repos/rsc/markdown/issues/3","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/3/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/3/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/3/events","html_url":"https://github.com/rsc/markdown/issues/3","id":2038510799,"node_id":"I_kwDOKnFwjc55gTTP","number":3,"title":"support : in autolinks","user":{"login":"matloob","id":16470053,"node_id":"MDQ6VXNlcjE2NDcwMDUz","avatar_url":"https://avatars.githubusercontent.com/u/16470053?v=4","gravatar_id":"","url":"https://api.github.com/users/matloob","html_url":"https://github.com/matloob","followers_url":"https://api.github.com/users/matloob/followers","following_url":"https://api.github.com/users/matloob/following{/other_user}","gists_url":"https://api.github.com/users/matloob/gists{/gist_id}","starred_url":"https://api.github.com/users/matloob/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/matloob/subscriptions","organizations_url":"https://api.github.com/users/matloob/orgs","repos_url":"https://api.github.com/users/matloob/repos","events_url":"https://api.github.com/users/matloob/events{/privacy}","received_events_url":"https://api.github.com/users/matloob/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":1,"created_at":"2023-12-12T20:34:03Z","updated_at":"2023-12-12T21:04:04Z","closed_at":"2023-12-12T21:04:04Z","author_association":"NONE","active_lock_reason":null,"body":"Edit: it looks like github does treat https://localhost as an autolink even though the GFM spec says a valid domain must have at least one dot. We should support https://localhost:8080\r\n\r\nProgram running goldmark and markdown on input: https://go.dev/play/p/FCJ0gp84YZQ\r\n\r\n```\r\nhttps://localhost:8080\r\n```\r\n\r\noutput is ```\r\nmarkdown:\r\n<p><a href=\"https://localhost\">https://localhost</a>:8080</p>\r\n\r\n\r\ngoldmark:\r\n<p>https://localhost:8080</p>\r\n```\r\n\r\nIt looks like goldmark is doing the wrong thing here but we should handle the :8080\r\n","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/3/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/3/timeline","performed_via_github_app":null,"state_reason":"completed"},{"url":"https://api.github.com/repos/rsc/markdown/issues/2","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/2/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/2/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/2/events","html_url":"https://github.com/rsc/markdown/issues/2","id":2038502414,"node_id":"I_kwDOKnFwjc55gRQO","number":2,"title":"allow capital X in task list items","user":{"login":"matloob","id":16470053,"node_id":"MDQ6VXNlcjE2NDcwMDUz","avatar_url":"https://avatars.githubusercontent.com/u/16470053?v=4","gravatar_id":"","url":"https://api.github.com/users/matloob","html_url":"https://github.com/matloob","followers_url":"https://api.github.com/users/matloob/followers","following_url":"https://api.github.com/users/matloob/following{/other_user}","gists_url":"https://api.github.com/users/matloob/gists{/gist_id}","starred_url":"https://api.github.com/users/matloob/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/matloob/subscriptions","organizations_url":"https://api.github.com/users/matloob/orgs","repos_url":"https://api.github.com/users/matloob/repos","events_url":"https://api.github.com/users/matloob/events{/privacy}","received_events_url":"https://api.github.com/users/matloob/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2023-12-12T20:28:39Z","updated_at":"2023-12-13T03:02:30Z","closed_at":"2023-12-13T03:02:30Z","author_association":"NONE","active_lock_reason":null,"body":"Here's a go program running goldmark and markdown on the following input: https://go.dev/play/p/fZRthH1dl4B\r\n```\r\n- [X] task list item\r\n```\r\nWhich is rendered on github as:\r\n\r\n- [X] task list item\r\n\r\nIts output is:\r\n```\r\nmarkdown:\r\n<ul>\r\n<li>[X] task list item</li>\r\n</ul>\r\n\r\n\r\ngoldmark:\r\n<ul>\r\n<li><input checked=\"\" disabled=\"\" type=\"checkbox\" /> task list item</li>\r\n</ul>\r\n\r\n```","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/2/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/2/timeline","performed_via_github_app":null,"state_reason":"completed"},{"url":"https://api.github.com/repos/rsc/markdown/issues/4","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/4/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/4/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/4/events","html_url":"https://github.com/rsc/markdown/issues/4","id":2038521730,"node_id":"I_kwDOKnFwjc55gV-C","number":4,"title":"Replace newlines with spaces in alt text","user":{"login":"matloob","id":16470053,"node_id":"MDQ6VXNlcjE2NDcwMDUz","avatar_url":"https://avatars.githubusercontent.com/u/16470053?v=4","gravatar_id":"","url":"https://api.github.com/users/matloob","html_url":"https://github.com/matloob","followers_url":"https://api.github.com/users/matloob/followers","following_url":"https://api.github.com/users/matloob/following{/other_user}","gists_url":"https://api.github.com/users/matloob/gists{/gist_id}","starred_url":"https://api.github.com/users/matloob/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/matloob/subscriptions","organizations_url":"https://api.github.com/users/matloob/orgs","repos_url":"https://api.github.com/users/matloob/repos","events_url":"https://api.github.com/users/matloob/events{/privacy}","received_events_url":"https://api.github.com/users/matloob/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2023-12-12T20:43:15Z","updated_at":"2023-12-13T03:02:31Z","closed_at":"2023-12-13T03:02:31Z","author_association":"NONE","active_lock_reason":null,"body":"Here's a go program that runs markdown and goldmark on the following input: https://go.dev/play/p/zZ0vWAgKB0c:\r\n\r\n```\r\n[![Line\r\nBreak](https://line.break/image)](https://line.break)\r\n```\r\n\r\nWhich is rendered on github with a space instead of the newline in the alt text:\r\n\r\n```\r\n<p dir=\"auto\"><a href=\"https://line.break\" rel=\"nofollow\"><img src=\"https://camo.githubusercontent.com/743b6218bc25f78b5f7f654f1ce773766351a2e3605cf8b47c60659055c218ac/68747470733a2f2f6c696e652e627265616b2f696d616765\" alt=\"Line Break\" data-canonical-src=\"https://line.break/image\" style=\"max-width: 100%;\"></a></p>\r\n```\r\n\r\nThe output is \r\n```\r\nmarkdown:\r\n<p><a href=\"https://line.break\"><img src=\"https://line.break/image\" alt=\"LineBreak\" /></a></p>\r\n\r\n\r\ngoldmark:\r\n<p><a href=\"https://line.break\"><img src=\"https://line.break/image\" alt=\"Line\r\nBreak\" /></a></p>\r\n```\r\n\r\nIt seems like goldmark's behavior is also different from github's as goldmark preserves the line break.\r\n","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/4/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/4/timeline","performed_via_github_app":null,"state_reason":"completed"},{"url":"https://api.github.com/repos/rsc/markdown/issues/1","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/1/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/1/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/1/events","html_url":"https://github.com/rsc/markdown/issues/1","id":2038380363,"node_id":"I_kwDOKnFwjc55fzdL","number":1,"title":"Support Github Emojis","user":{"login":"matloob","id":16470053,"node_id":"MDQ6VXNlcjE2NDcwMDUz","avatar_url":"https://avatars.githubusercontent.com/u/16470053?v=4","gravatar_id":"","url":"https://api.github.com/users/matloob","html_url":"https://github.com/matloob","followers_url":"https://api.github.com/users/matloob/followers","following_url":"https://api.github.com/users/matloob/following{/other_user}","gists_url":"https://api.github.com/users/matloob/gists{/gist_id}","starred_url":"https://api.github.com/users/matloob/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/matloob/subscriptions","organizations_url":"https://api.github.com/users/matloob/orgs","repos_url":"https://api.github.com/users/matloob/repos","events_url":"https://api.github.com/users/matloob/events{/privacy}","received_events_url":"https://api.github.com/users/matloob/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2023-12-12T18:57:39Z","updated_at":"2023-12-13T03:02:32Z","closed_at":"2023-12-13T03:02:32Z","author_association":"NONE","active_lock_reason":null,"body":"This is an issue for supporting github emojis, such as `:smile:` for 😄 . There's a github page that gives a mapping of emojis to image file names that we can parse the hex representation out of here: https://api.github.com/emojis.","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/1/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/1/timeline","performed_via_github_app":null,"state_reason":"completed"},{"url":"https://api.github.com/repos/rsc/markdown/issues/6","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/6/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/6/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/6/events","html_url":"https://github.com/rsc/markdown/issues/6","id":2038573328,"node_id":"I_kwDOKnFwjc55gikQ","number":6,"title":"goldmark and markdown diff with h1 inside p","user":{"login":"matloob","id":16470053,"node_id":"MDQ6VXNlcjE2NDcwMDUz","avatar_url":"https://avatars.githubusercontent.com/u/16470053?v=4","gravatar_id":"","url":"https://api.github.com/users/matloob","html_url":"https://github.com/matloob","followers_url":"https://api.github.com/users/matloob/followers","following_url":"https://api.github.com/users/matloob/following{/other_user}","gists_url":"https://api.github.com/users/matloob/gists{/gist_id}","starred_url":"https://api.github.com/users/matloob/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/matloob/subscriptions","organizations_url":"https://api.github.com/users/matloob/orgs","repos_url":"https://api.github.com/users/matloob/repos","events_url":"https://api.github.com/users/matloob/events{/privacy}","received_events_url":"https://api.github.com/users/matloob/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2023-12-12T21:26:15Z","updated_at":"2023-12-13T03:02:32Z","closed_at":"2023-12-13T03:02:32Z","author_association":"NONE","active_lock_reason":null,"body":"Here's a program that runs goldmark and markdown on the following input: https://go.dev/play/p/rTnPTxps_zw\r\n\r\n```\r\n<p align=\"center\">\r\n\r\n<h1>Text</h1>\r\nbody\r\n</p>\r\n```\r\n\r\nIt's hard for me to tell exactly what github is doing with this input, but it doesn't seem like it's putting the h1 into a p:\r\n\r\n<p align=\"center\">\r\n\r\n<h1>Text</h1>\r\nbody\r\n</p>\r\n\r\nHere's the output of the program:\r\n```\r\nmarkdown:\r\n<p align=\"center\">\r\n<p><h1>Text</h1>\r\nbody</p>\r\n</p>\r\n\r\n\r\ngoldmark:\r\n<p align=\"center\">\r\n<h1>Text</h1>\r\nbody\r\n</p>\r\n```","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/6/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/6/timeline","performed_via_github_app":null,"state_reason":"completed"},{"url":"https://api.github.com/repos/rsc/markdown/issues/5","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/5/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/5/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/5/events","html_url":"https://github.com/rsc/markdown/issues/5","id":2038530418,"node_id":"I_kwDOKnFwjc55gYFy","number":5,"title":"Allow `?`, `!`, `.`, `,`, `:,` `*`, `_`, and `~` on the interior of a link","user":{"login":"matloob","id":16470053,"node_id":"MDQ6VXNlcjE2NDcwMDUz","avatar_url":"https://avatars.githubusercontent.com/u/16470053?v=4","gravatar_id":"","url":"https://api.github.com/users/matloob","html_url":"https://github.com/matloob","followers_url":"https://api.github.com/users/matloob/followers","following_url":"https://api.github.com/users/matloob/following{/other_user}","gists_url":"https://api.github.com/users/matloob/gists{/gist_id}","starred_url":"https://api.github.com/users/matloob/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/matloob/subscriptions","organizations_url":"https://api.github.com/users/matloob/orgs","repos_url":"https://api.github.com/users/matloob/repos","events_url":"https://api.github.com/users/matloob/events{/privacy}","received_events_url":"https://api.github.com/users/matloob/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":2,"created_at":"2023-12-12T20:50:38Z","updated_at":"2023-12-13T17:24:41Z","closed_at":"2023-12-13T03:02:31Z","author_association":"NONE","active_lock_reason":null,"body":"GFM allows `?`, `!`, `.`, `,`, `:,` `*`, `_`, and `~` on the interior of a link: https://github.github.com/gfm/#extended-autolink-path-validation\r\n\r\nHere's a program that compares markdown and goldmark on the following input: https://go.dev/play/p/uLHnavChGYX\r\n\r\n```https://web.site:8080/~matloob```\r\n\r\nWhich is rendered on github as \r\nhttps://web.site:8080/~matloob\r\n\r\nThe output of the program is \r\n```\r\nmarkdown:\r\n<p><a href=\"https://web.site\">https://web.site</a>:8080/~matloob</p>\r\n\r\n\r\ngoldmark:\r\n<p><a href=\"https://web.site:8080/~matloob\">https://web.site:8080/~matloob</a></p>\r\n```","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/5/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/5/timeline","performed_via_github_app":null,"state_reason":"completed"},{"url":"https://api.github.com/repos/rsc/markdown/issues/7","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/7/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/7/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/7/events","html_url":"https://github.com/rsc/markdown/issues/7","id":2040197050,"node_id":"I_kwDOKnFwjc55mu-6","number":7,"title":"Empty column heading not recognized in table","user":{"login":"matloob","id":16470053,"node_id":"MDQ6VXNlcjE2NDcwMDUz","avatar_url":"https://avatars.githubusercontent.com/u/16470053?v=4","gravatar_id":"","url":"https://api.github.com/users/matloob","html_url":"https://github.com/matloob","followers_url":"https://api.github.com/users/matloob/followers","following_url":"https://api.github.com/users/matloob/following{/other_user}","gists_url":"https://api.github.com/users/matloob/gists{/gist_id}","starred_url":"https://api.github.com/users/matloob/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/matloob/subscriptions","organizations_url":"https://api.github.com/users/matloob/orgs","repos_url":"https://api.github.com/users/matloob/repos","events_url":"https://api.github.com/users/matloob/events{/privacy}","received_events_url":"https://api.github.com/users/matloob/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2023-12-13T17:45:33Z","updated_at":"2023-12-13T23:11:57Z","closed_at":"2023-12-13T23:11:57Z","author_association":"NONE","active_lock_reason":null,"body":"Here's a program that compares markdown and goldmark on the following input https://go.dev/play/p/kEslff4EyTa\r\n\r\n```\r\n| | Foo | Bar |\r\n| -------- | -------- | -------- |\r\n| a | value1 | value2 |\r\n| b | value3 | value4 |\r\n```\r\n\r\nRendered in github as \r\n| | Foo | Bar |\r\n| -------- | -------- | -------- |\r\n| a | value1 | value2 |\r\n| b | value3 | value4 |\r\n\r\nThe output is\r\n```\r\nmarkdown:\r\n<table>\r\n<thead>\r\n<tr>\r\n<th></th>\r\n<th>Foo</th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td>a</td>\r\n<td>value1</td>\r\n</tr>\r\n<tr>\r\n<td>b</td>\r\n<td>value3</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\ngoldmark:\r\n<table>\r\n<thead>\r\n<tr>\r\n<th></th>\r\n<th>Foo</th>\r\n<th>Bar</th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td>a</td>\r\n<td>value1</td>\r\n<td>value2</td>\r\n</tr>\r\n<tr>\r\n<td>b</td>\r\n<td>value3</td>\r\n<td>value4</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n```","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/7/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/7/timeline","performed_via_github_app":null,"state_reason":"completed"},{"url":"https://api.github.com/repos/rsc/markdown/issues/9","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/9/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/9/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/9/events","html_url":"https://github.com/rsc/markdown/issues/9","id":2040303458,"node_id":"I_kwDOKnFwjc55nI9i","number":9,"title":"Support escaped `|` in table cells","user":{"login":"matloob","id":16470053,"node_id":"MDQ6VXNlcjE2NDcwMDUz","avatar_url":"https://avatars.githubusercontent.com/u/16470053?v=4","gravatar_id":"","url":"https://api.github.com/users/matloob","html_url":"https://github.com/matloob","followers_url":"https://api.github.com/users/matloob/followers","following_url":"https://api.github.com/users/matloob/following{/other_user}","gists_url":"https://api.github.com/users/matloob/gists{/gist_id}","starred_url":"https://api.github.com/users/matloob/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/matloob/subscriptions","organizations_url":"https://api.github.com/users/matloob/orgs","repos_url":"https://api.github.com/users/matloob/repos","events_url":"https://api.github.com/users/matloob/events{/privacy}","received_events_url":"https://api.github.com/users/matloob/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2023-12-13T19:03:40Z","updated_at":"2023-12-13T23:11:57Z","closed_at":"2023-12-13T23:11:57Z","author_association":"NONE","active_lock_reason":null,"body":"Here's a program that runs goldmark and markdown on the following input https://go.dev/play/p/YgApD-obwxL\r\n\r\n```\r\nFoo | Bar\r\n--- | ---\r\nA | a\\\\|b\\\\|c\r\n```\r\n\r\nrendered in github as \r\n\r\nFoo | Bar\r\n--- | ---\r\nA | a\\\\|b\\\\|c\r\n\r\nThe output of the program is \r\n```\r\nmarkdown:\r\n<table>\r\n<thead>\r\n<tr>\r\n<th>Foo</th>\r\n<th>Bar</th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td>A</td>\r\n<td>a\\</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\ngoldmark:\r\n<table>\r\n<thead>\r\n<tr>\r\n<th>Foo</th>\r\n<th>Bar</th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td>A</td>\r\n<td>a\\|b\\|c</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n```","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/9/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/9/timeline","performed_via_github_app":null,"state_reason":"completed"},{"url":"https://api.github.com/repos/rsc/markdown/issues/8","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/8/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/8/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/8/events","html_url":"https://github.com/rsc/markdown/issues/8","id":2040277497,"node_id":"I_kwDOKnFwjc55nCn5","number":8,"title":"Autolink can't start immediately after `[`","user":{"login":"matloob","id":16470053,"node_id":"MDQ6VXNlcjE2NDcwMDUz","avatar_url":"https://avatars.githubusercontent.com/u/16470053?v=4","gravatar_id":"","url":"https://api.github.com/users/matloob","html_url":"https://github.com/matloob","followers_url":"https://api.github.com/users/matloob/followers","following_url":"https://api.github.com/users/matloob/following{/other_user}","gists_url":"https://api.github.com/users/matloob/gists{/gist_id}","starred_url":"https://api.github.com/users/matloob/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/matloob/subscriptions","organizations_url":"https://api.github.com/users/matloob/orgs","repos_url":"https://api.github.com/users/matloob/repos","events_url":"https://api.github.com/users/matloob/events{/privacy}","received_events_url":"https://api.github.com/users/matloob/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":4,"created_at":"2023-12-13T18:44:32Z","updated_at":"2023-12-14T16:21:54Z","closed_at":"2023-12-14T16:21:54Z","author_association":"NONE","active_lock_reason":null,"body":"From the [gfm spec](https://github.github.com/gfm/#autolinks-extension): \r\n\r\n> All such recognized autolinks can only come at the beginning of a line, after whitespace, or any of the delimiting characters *, _, ~, and (.\r\n\r\nHere's a go program that runs markdown and goldmark on the following input: https://go.dev/play/p/kTjBshQ82iQ\r\n\r\n```\r\n[https://golang.org]\r\n```\r\nRendered in github as \r\n\r\n[https://golang.org]\r\n\r\nThe output of the program is \r\n\r\n```\r\nmarkdown:\r\n<p>[<a href=\"https://golang.org%5D\">https://golang.org]</a></p>\r\n\r\n\r\ngoldmark:\r\n<p>[https://golang.org]</p>\r\n```","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/8/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/8/timeline","performed_via_github_app":null,"state_reason":"completed"},{"url":"https://api.github.com/repos/rsc/markdown/issues/10","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/10/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/10/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/10/events","html_url":"https://github.com/rsc/markdown/pull/10","id":2076625629,"node_id":"PR_kwDOKnFwjc5jzktS","number":10,"title":"fix markdown rendering of headings with IDs","user":{"login":"jba","id":18483045,"node_id":"MDQ6VXNlcjE4NDgzMDQ1","avatar_url":"https://avatars.githubusercontent.com/u/18483045?v=4","gravatar_id":"","url":"https://api.github.com/users/jba","html_url":"https://github.com/jba","followers_url":"https://api.github.com/users/jba/followers","following_url":"https://api.github.com/users/jba/following{/other_user}","gists_url":"https://api.github.com/users/jba/gists{/gist_id}","starred_url":"https://api.github.com/users/jba/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jba/subscriptions","organizations_url":"https://api.github.com/users/jba/orgs","repos_url":"https://api.github.com/users/jba/repos","events_url":"https://api.github.com/users/jba/events{/privacy}","received_events_url":"https://api.github.com/users/jba/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":1,"created_at":"2024-01-11T13:15:34Z","updated_at":"2024-01-17T04:39:59Z","closed_at":"2024-01-17T04:39:59Z","author_association":"COLLABORATOR","active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/rsc/markdown/pulls/10","html_url":"https://github.com/rsc/markdown/pull/10","diff_url":"https://github.com/rsc/markdown/pull/10.diff","patch_url":"https://github.com/rsc/markdown/pull/10.patch","merged_at":null},"body":"Move the newline after the heading text to after the ID.","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/10/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/10/timeline","performed_via_github_app":null,"state_reason":null},{"url":"https://api.github.com/repos/rsc/markdown/issues/11","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/11/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/11/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/11/events","html_url":"https://github.com/rsc/markdown/pull/11","id":2076798270,"node_id":"PR_kwDOKnFwjc5j0LtA","number":11,"title":"render markdown for document link references","user":{"login":"jba","id":18483045,"node_id":"MDQ6VXNlcjE4NDgzMDQ1","avatar_url":"https://avatars.githubusercontent.com/u/18483045?v=4","gravatar_id":"","url":"https://api.github.com/users/jba","html_url":"https://github.com/jba","followers_url":"https://api.github.com/users/jba/followers","following_url":"https://api.github.com/users/jba/following{/other_user}","gists_url":"https://api.github.com/users/jba/gists{/gist_id}","starred_url":"https://api.github.com/users/jba/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jba/subscriptions","organizations_url":"https://api.github.com/users/jba/orgs","repos_url":"https://api.github.com/users/jba/repos","events_url":"https://api.github.com/users/jba/events{/privacy}","received_events_url":"https://api.github.com/users/jba/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":1,"created_at":"2024-01-11T14:20:56Z","updated_at":"2024-01-17T04:41:48Z","closed_at":"2024-01-17T04:41:48Z","author_association":"COLLABORATOR","active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/rsc/markdown/pulls/11","html_url":"https://github.com/rsc/markdown/pull/11","diff_url":"https://github.com/rsc/markdown/pull/11.diff","patch_url":"https://github.com/rsc/markdown/pull/11.patch","merged_at":null},"body":null,"reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/11/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/11/timeline","performed_via_github_app":null,"state_reason":null},{"url":"https://api.github.com/repos/rsc/markdown/issues/12","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/12/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/12/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/12/events","html_url":"https://github.com/rsc/markdown/pull/12","id":2137605063,"node_id":"PR_kwDOKnFwjc5nCLz2","number":12,"title":"markdown: fix markdown printing for inline code","user":{"login":"jba","id":18483045,"node_id":"MDQ6VXNlcjE4NDgzMDQ1","avatar_url":"https://avatars.githubusercontent.com/u/18483045?v=4","gravatar_id":"","url":"https://api.github.com/users/jba","html_url":"https://github.com/jba","followers_url":"https://api.github.com/users/jba/followers","following_url":"https://api.github.com/users/jba/following{/other_user}","gists_url":"https://api.github.com/users/jba/gists{/gist_id}","starred_url":"https://api.github.com/users/jba/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jba/subscriptions","organizations_url":"https://api.github.com/users/jba/orgs","repos_url":"https://api.github.com/users/jba/repos","events_url":"https://api.github.com/users/jba/events{/privacy}","received_events_url":"https://api.github.com/users/jba/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2024-02-15T23:18:12Z","updated_at":"2024-03-06T14:43:22Z","closed_at":"2024-03-06T14:43:22Z","author_association":"COLLABORATOR","active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/rsc/markdown/pulls/12","html_url":"https://github.com/rsc/markdown/pull/12","diff_url":"https://github.com/rsc/markdown/pull/12.diff","patch_url":"https://github.com/rsc/markdown/pull/12.patch","merged_at":"2024-03-06T14:43:22Z"},"body":"Code.printMarkdown outputs the minimum number of backticks that reproduces the content, and adds spaces on either side if necessary.\r\n\r\nRemoved the unused numTicks field. ","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/12/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/12/timeline","performed_via_github_app":null,"state_reason":null},{"url":"https://api.github.com/repos/rsc/markdown/issues/14","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/14/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/14/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/14/events","html_url":"https://github.com/rsc/markdown/pull/14","id":2182534654,"node_id":"PR_kwDOKnFwjc5pbW8-","number":14,"title":"Render reference links in Markdown","user":{"login":"zacharysyoung","id":945134,"node_id":"MDQ6VXNlcjk0NTEzNA==","avatar_url":"https://avatars.githubusercontent.com/u/945134?v=4","gravatar_id":"","url":"https://api.github.com/users/zacharysyoung","html_url":"https://github.com/zacharysyoung","followers_url":"https://api.github.com/users/zacharysyoung/followers","following_url":"https://api.github.com/users/zacharysyoung/following{/other_user}","gists_url":"https://api.github.com/users/zacharysyoung/gists{/gist_id}","starred_url":"https://api.github.com/users/zacharysyoung/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zacharysyoung/subscriptions","organizations_url":"https://api.github.com/users/zacharysyoung/orgs","repos_url":"https://api.github.com/users/zacharysyoung/repos","events_url":"https://api.github.com/users/zacharysyoung/events{/privacy}","received_events_url":"https://api.github.com/users/zacharysyoung/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2024-03-12T19:38:02Z","updated_at":"2024-03-14T18:43:15Z","closed_at":"2024-03-14T18:41:54Z","author_association":"NONE","active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/rsc/markdown/pulls/14","html_url":"https://github.com/rsc/markdown/pull/14","diff_url":"https://github.com/rsc/markdown/pull/14.diff","patch_url":"https://github.com/rsc/markdown/pull/14.patch","merged_at":null},"body":"Attempting to address #13: correctly render reference links ([full], [collapsed], [shortcut]) in Markdown.\r\n\r\n[full]: https://spec.commonmark.org/0.31.2/#full-reference-link\r\n[collapsed]: https://spec.commonmark.org/0.31.2/#collapsed-reference-link\r\n[shortcut]: https://spec.commonmark.org/0.31.2/#shortcut-reference-link","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/14/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/14/timeline","performed_via_github_app":null,"state_reason":null},{"url":"https://api.github.com/repos/rsc/markdown/issues/15","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/15/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/15/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/15/events","html_url":"https://github.com/rsc/markdown/pull/15","id":2187046263,"node_id":"PR_kwDOKnFwjc5pqvgm","number":15,"title":"Render reference links in Markdown","user":{"login":"zacharysyoung","id":945134,"node_id":"MDQ6VXNlcjk0NTEzNA==","avatar_url":"https://avatars.githubusercontent.com/u/945134?v=4","gravatar_id":"","url":"https://api.github.com/users/zacharysyoung","html_url":"https://github.com/zacharysyoung","followers_url":"https://api.github.com/users/zacharysyoung/followers","following_url":"https://api.github.com/users/zacharysyoung/following{/other_user}","gists_url":"https://api.github.com/users/zacharysyoung/gists{/gist_id}","starred_url":"https://api.github.com/users/zacharysyoung/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zacharysyoung/subscriptions","organizations_url":"https://api.github.com/users/zacharysyoung/orgs","repos_url":"https://api.github.com/users/zacharysyoung/repos","events_url":"https://api.github.com/users/zacharysyoung/events{/privacy}","received_events_url":"https://api.github.com/users/zacharysyoung/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2024-03-14T18:45:13Z","updated_at":"2024-03-14T18:45:13Z","closed_at":null,"author_association":"NONE","active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/rsc/markdown/pulls/15","html_url":"https://github.com/rsc/markdown/pull/15","diff_url":"https://github.com/rsc/markdown/pull/15.diff","patch_url":"https://github.com/rsc/markdown/pull/15.patch","merged_at":null},"body":"Attempting to address #13: correctly render reference links ([full], [collapsed], [shortcut]) in Markdown.\r\n\r\nSorry for the churn (renaming) with #14.\r\n\r\n[full]: https://spec.commonmark.org/0.31.2/#full-reference-link\r\n[collapsed]: https://spec.commonmark.org/0.31.2/#collapsed-reference-link\r\n[shortcut]: https://spec.commonmark.org/0.31.2/#shortcut-reference-link","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/15/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/15/timeline","performed_via_github_app":null,"state_reason":null},{"url":"https://api.github.com/repos/rsc/markdown/issues/16","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/16/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/16/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/16/events","html_url":"https://github.com/rsc/markdown/issues/16","id":2189605425,"node_id":"I_kwDOKnFwjc6Cgrox","number":16,"title":"I'd like to get pretty-printed tables","user":{"login":"zacharysyoung","id":945134,"node_id":"MDQ6VXNlcjk0NTEzNA==","avatar_url":"https://avatars.githubusercontent.com/u/945134?v=4","gravatar_id":"","url":"https://api.github.com/users/zacharysyoung","html_url":"https://github.com/zacharysyoung","followers_url":"https://api.github.com/users/zacharysyoung/followers","following_url":"https://api.github.com/users/zacharysyoung/following{/other_user}","gists_url":"https://api.github.com/users/zacharysyoung/gists{/gist_id}","starred_url":"https://api.github.com/users/zacharysyoung/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zacharysyoung/subscriptions","organizations_url":"https://api.github.com/users/zacharysyoung/orgs","repos_url":"https://api.github.com/users/zacharysyoung/repos","events_url":"https://api.github.com/users/zacharysyoung/events{/privacy}","received_events_url":"https://api.github.com/users/zacharysyoung/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2024-03-15T23:24:56Z","updated_at":"2024-03-15T23:33:06Z","closed_at":null,"author_association":"NONE","active_lock_reason":null,"body":"I like my tables to look something like:\r\n\r\n```none\r\n| foo col | bar col | baz col |\r\n| :------ | :-----: | ------: |\r\n| 1 | 2 | 3 |\r\n| a | b | c |\r\n```\r\n\r\nwith each column's cells padded to fit the max width of that column and match the column's alignment.\r\n\r\nI'll be doing a PR for this. Can mdfmt turn on the Table option in the parser by default, or with a flag?","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/16/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/16/timeline","performed_via_github_app":null,"state_reason":null},{"url":"https://api.github.com/repos/rsc/markdown/issues/17","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/17/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/17/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/17/events","html_url":"https://github.com/rsc/markdown/pull/17","id":2189605911,"node_id":"PR_kwDOKnFwjc5pzlwt","number":17,"title":"Pretty-print tables in Markdown","user":{"login":"zacharysyoung","id":945134,"node_id":"MDQ6VXNlcjk0NTEzNA==","avatar_url":"https://avatars.githubusercontent.com/u/945134?v=4","gravatar_id":"","url":"https://api.github.com/users/zacharysyoung","html_url":"https://github.com/zacharysyoung","followers_url":"https://api.github.com/users/zacharysyoung/followers","following_url":"https://api.github.com/users/zacharysyoung/following{/other_user}","gists_url":"https://api.github.com/users/zacharysyoung/gists{/gist_id}","starred_url":"https://api.github.com/users/zacharysyoung/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zacharysyoung/subscriptions","organizations_url":"https://api.github.com/users/zacharysyoung/orgs","repos_url":"https://api.github.com/users/zacharysyoung/repos","events_url":"https://api.github.com/users/zacharysyoung/events{/privacy}","received_events_url":"https://api.github.com/users/zacharysyoung/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2024-03-15T23:25:47Z","updated_at":"2024-03-15T23:43:50Z","closed_at":null,"author_association":"NONE","active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/rsc/markdown/pulls/17","html_url":"https://github.com/rsc/markdown/pull/17","diff_url":"https://github.com/rsc/markdown/pull/17.diff","patch_url":"https://github.com/rsc/markdown/pull/17.patch","merged_at":null},"body":"Addressing #16.","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/17/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/17/timeline","performed_via_github_app":null,"state_reason":null},{"url":"https://api.github.com/repos/rsc/markdown/issues/13","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/13/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/13/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/13/events","html_url":"https://github.com/rsc/markdown/issues/13","id":2182527101,"node_id":"I_kwDOKnFwjc6CFrh9","number":13,"title":"Correctly render reference links in Markdown","user":{"login":"zacharysyoung","id":945134,"node_id":"MDQ6VXNlcjk0NTEzNA==","avatar_url":"https://avatars.githubusercontent.com/u/945134?v=4","gravatar_id":"","url":"https://api.github.com/users/zacharysyoung","html_url":"https://github.com/zacharysyoung","followers_url":"https://api.github.com/users/zacharysyoung/followers","following_url":"https://api.github.com/users/zacharysyoung/following{/other_user}","gists_url":"https://api.github.com/users/zacharysyoung/gists{/gist_id}","starred_url":"https://api.github.com/users/zacharysyoung/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zacharysyoung/subscriptions","organizations_url":"https://api.github.com/users/zacharysyoung/orgs","repos_url":"https://api.github.com/users/zacharysyoung/repos","events_url":"https://api.github.com/users/zacharysyoung/events{/privacy}","received_events_url":"https://api.github.com/users/zacharysyoung/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2024-03-12T19:34:33Z","updated_at":"2024-04-14T22:51:33Z","closed_at":null,"author_association":"NONE","active_lock_reason":null,"body":"Putting the following [reference links] through mdfmt, the output should equal the input:\r\n\r\n```none\r\n[full][full]\r\n[collapsed][]\r\n[shortcut]\r\n\r\n[collapsed]: u2\r\n[full]: u1\r\n[shortcut]: u3\r\n```\r\n\r\nCurrently, mdfmt renders all three link styles inline... while keeping the original link reference definitions:\r\n\r\n```none\r\n[full](u1)\r\n[collapsed](u2)\r\n[shortcut](u3)\r\n\r\n[collapsed]: u2\r\n[full]: u1\r\n[shortcut]: u3\r\n```\r\n\r\n[reference links]: https://spec.commonmark.org/0.31.2/#reference-link","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/13/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/13/timeline","performed_via_github_app":null,"state_reason":null},{"url":"https://api.github.com/repos/rsc/markdown/issues/18","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/18/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/18/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/18/events","html_url":"https://github.com/rsc/markdown/pull/18","id":2276848742,"node_id":"PR_kwDOKnFwjc5ubgV0","number":18,"title":"markdown: emit Info in CodeBlock markdown","user":{"login":"juliaogris","id":1596871,"node_id":"MDQ6VXNlcjE1OTY4NzE=","avatar_url":"https://avatars.githubusercontent.com/u/1596871?v=4","gravatar_id":"","url":"https://api.github.com/users/juliaogris","html_url":"https://github.com/juliaogris","followers_url":"https://api.github.com/users/juliaogris/followers","following_url":"https://api.github.com/users/juliaogris/following{/other_user}","gists_url":"https://api.github.com/users/juliaogris/gists{/gist_id}","starred_url":"https://api.github.com/users/juliaogris/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/juliaogris/subscriptions","organizations_url":"https://api.github.com/users/juliaogris/orgs","repos_url":"https://api.github.com/users/juliaogris/repos","events_url":"https://api.github.com/users/juliaogris/events{/privacy}","received_events_url":"https://api.github.com/users/juliaogris/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":1,"created_at":"2024-05-03T03:59:00Z","updated_at":"2024-05-06T22:16:59Z","closed_at":null,"author_association":"NONE","active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/rsc/markdown/pulls/18","html_url":"https://github.com/rsc/markdown/pull/18","diff_url":"https://github.com/rsc/markdown/pull/18.diff","patch_url":"https://github.com/rsc/markdown/pull/18.patch","merged_at":null},"body":"Emit the Info field of CodeBlock in the CodeBlock.printMardown function so \r\nthat a round trip from markdown to markdown will preserve the language Info.","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/18/reactions","total_count":1,"+1":1,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/18/timeline","performed_via_github_app":null,"state_reason":null},{"url":"https://api.github.com/repos/rsc/markdown/issues/19","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/19/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/19/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/19/events","html_url":"https://github.com/rsc/markdown/issues/19","id":2308816936,"node_id":"I_kwDOKnFwjc6JncAo","number":19,"title":"feature: synthesize lowercase anchors for heading","user":{"login":"adonovan","id":5658175,"node_id":"MDQ6VXNlcjU2NTgxNzU=","avatar_url":"https://avatars.githubusercontent.com/u/5658175?v=4","gravatar_id":"","url":"https://api.github.com/users/adonovan","html_url":"https://github.com/adonovan","followers_url":"https://api.github.com/users/adonovan/followers","following_url":"https://api.github.com/users/adonovan/following{/other_user}","gists_url":"https://api.github.com/users/adonovan/gists{/gist_id}","starred_url":"https://api.github.com/users/adonovan/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/adonovan/subscriptions","organizations_url":"https://api.github.com/users/adonovan/orgs","repos_url":"https://api.github.com/users/adonovan/repos","events_url":"https://api.github.com/users/adonovan/events{/privacy}","received_events_url":"https://api.github.com/users/adonovan/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2024-05-21T17:56:12Z","updated_at":"2024-05-21T17:56:12Z","closed_at":null,"author_association":"NONE","active_lock_reason":null,"body":"GitHub's markdown renderer synthesizes lowercase anchors for headings. For example, this heading, `## Diagnostic`, can be found using either of these two URLs, which differ in the case of their fragment ID:\r\n\r\nhttps://github.com/golang/tools/blob/master/gopls/doc/settings.md#diagnostic\r\nhttps://github.com/golang/tools/blob/master/gopls/doc/settings.md#Diagnostic\r\n\r\nPerhaps your markdown renderer (which has been really useful--thanks!) could do the same.","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/19/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/19/timeline","performed_via_github_app":null,"state_reason":null}]162 17166 |
| GET https://api.github.com/repos/rsc/markdown/issues/comments?direction=asc&page=1&sort=updated HTTP/1.1
|
| Host: api.github.com
|
| User-Agent: Go-http-client/1.1
|
|
|
| HTTP/2.0 200 OK
|
| Accept-Ranges: bytes
|
| Access-Control-Allow-Origin: *
|
| Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
|
| Cache-Control: public, max-age=60, s-maxage=60
|
| Content-Security-Policy: default-src 'none'
|
| Content-Type: application/json; charset=utf-8
|
| Date: Mon, 03 Jun 2024 21:18:53 GMT
|
| Etag: W/"4a7c97ec5d907f1cb1f62de535b87d75c2d5b18825c011586730605ecb54c444"
|
| Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
|
| Server: GitHub.com
|
| Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
|
| Vary: Accept, Accept-Encoding, Accept, X-Requested-With
|
| X-Content-Type-Options: nosniff
|
| X-Frame-Options: deny
|
| X-Github-Api-Version-Selected: 2022-11-28
|
| X-Github-Media-Type: github.v3; format=json
|
| X-Github-Request-Id: F461:3487CD:17EC69:28207B:665E333D
|
| X-Ratelimit-Limit: 60
|
| X-Ratelimit-Remaining: 34
|
| X-Ratelimit-Reset: 1717452520
|
| X-Ratelimit-Resource: core
|
| X-Ratelimit-Used: 26
|
| X-Xss-Protection: 0
|
|
|
| [{"url":"https://api.github.com/repos/rsc/markdown/issues/comments/1852808662","html_url":"https://github.com/rsc/markdown/issues/3#issuecomment-1852808662","issue_url":"https://api.github.com/repos/rsc/markdown/issues/3","id":1852808662,"node_id":"IC_kwDOKnFwjc5ub53W","user":{"login":"matloob","id":16470053,"node_id":"MDQ6VXNlcjE2NDcwMDUz","avatar_url":"https://avatars.githubusercontent.com/u/16470053?v=4","gravatar_id":"","url":"https://api.github.com/users/matloob","html_url":"https://github.com/matloob","followers_url":"https://api.github.com/users/matloob/followers","following_url":"https://api.github.com/users/matloob/following{/other_user}","gists_url":"https://api.github.com/users/matloob/gists{/gist_id}","starred_url":"https://api.github.com/users/matloob/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/matloob/subscriptions","organizations_url":"https://api.github.com/users/matloob/orgs","repos_url":"https://api.github.com/users/matloob/repos","events_url":"https://api.github.com/users/matloob/events{/privacy}","received_events_url":"https://api.github.com/users/matloob/received_events","type":"User","site_admin":false},"created_at":"2023-12-12T21:04:04Z","updated_at":"2023-12-12T21:04:04Z","author_association":"NONE","body":"This is a duplicate of #5 ","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/comments/1852808662/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/rsc/markdown/issues/comments/1852919031","html_url":"https://github.com/rsc/markdown/issues/5#issuecomment-1852919031","issue_url":"https://api.github.com/repos/rsc/markdown/issues/5","id":1852919031,"node_id":"IC_kwDOKnFwjc5ucUz3","user":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"created_at":"2023-12-12T22:33:06Z","updated_at":"2023-12-12T22:33:06Z","author_association":"OWNER","body":"I think this bug was specifically only colon. If you find others let me know.\r\n","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/comments/1852919031/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/rsc/markdown/issues/comments/1854409176","html_url":"https://github.com/rsc/markdown/issues/5#issuecomment-1854409176","issue_url":"https://api.github.com/repos/rsc/markdown/issues/5","id":1854409176,"node_id":"IC_kwDOKnFwjc5uiAnY","user":{"login":"matloob","id":16470053,"node_id":"MDQ6VXNlcjE2NDcwMDUz","avatar_url":"https://avatars.githubusercontent.com/u/16470053?v=4","gravatar_id":"","url":"https://api.github.com/users/matloob","html_url":"https://github.com/matloob","followers_url":"https://api.github.com/users/matloob/followers","following_url":"https://api.github.com/users/matloob/following{/other_user}","gists_url":"https://api.github.com/users/matloob/gists{/gist_id}","starred_url":"https://api.github.com/users/matloob/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/matloob/subscriptions","organizations_url":"https://api.github.com/users/matloob/orgs","repos_url":"https://api.github.com/users/matloob/repos","events_url":"https://api.github.com/users/matloob/events{/privacy}","received_events_url":"https://api.github.com/users/matloob/received_events","type":"User","site_admin":false},"created_at":"2023-12-13T17:24:40Z","updated_at":"2023-12-13T17:24:40Z","author_association":"NONE","body":"It's also showing up with ~. Running the program again, I get\r\n\r\n```\r\nmarkdown:\r\n<p><a href=\"https://web.site:8080/\">https://web.site:8080/</a>~matloob</p>\r\n\r\n\r\ngoldmark:\r\n<p><a href=\"https://web.site:8080/~matloob\">https://web.site:8080/~matloob</a></p>\r\n\r\n```\r\n\r\n","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/comments/1854409176/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/rsc/markdown/issues/comments/1854835554","html_url":"https://github.com/rsc/markdown/issues/8#issuecomment-1854835554","issue_url":"https://api.github.com/repos/rsc/markdown/issues/8","id":1854835554,"node_id":"IC_kwDOKnFwjc5ujoti","user":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"created_at":"2023-12-13T23:09:07Z","updated_at":"2023-12-13T23:10:07Z","author_association":"OWNER","body":"The spec is full of lies:\r\n\r\n| input | GitHub |\r\n| - | - |\r\n`xhttps://go.dev` | xhttps://go.dev\r\n`0https://go.dev` | 0https://go.dev\r\n`%https://go.dev` | %https://go.dev\r\n`αhttps://go.dev` | αhttps://go.dev\r\n`[https://go.dev` | [https://go.dev\r\n`\\[https://go.dev` | \\[https://go.dev\r\n\r\nIt is pretty funny that you can have an autolink after a 0 or α or % but not [.\r\n\r\n","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/comments/1854835554/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/rsc/markdown/issues/comments/1854837832","html_url":"https://github.com/rsc/markdown/issues/8#issuecomment-1854837832","issue_url":"https://api.github.com/repos/rsc/markdown/issues/8","id":1854837832,"node_id":"IC_kwDOKnFwjc5ujpRI","user":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"created_at":"2023-12-13T23:11:43Z","updated_at":"2023-12-13T23:13:09Z","author_association":"OWNER","body":"How many of these did you find? I am inclined to leave [https://go.dev] auto-linking, unless people have adopted an idiom of writing [url] to mean \"do not link\".\r\n\r\n","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/comments/1854837832/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/rsc/markdown/issues/comments/1856133592","html_url":"https://github.com/rsc/markdown/issues/8#issuecomment-1856133592","issue_url":"https://api.github.com/repos/rsc/markdown/issues/8","id":1856133592,"node_id":"IC_kwDOKnFwjc5uolnY","user":{"login":"matloob","id":16470053,"node_id":"MDQ6VXNlcjE2NDcwMDUz","avatar_url":"https://avatars.githubusercontent.com/u/16470053?v=4","gravatar_id":"","url":"https://api.github.com/users/matloob","html_url":"https://github.com/matloob","followers_url":"https://api.github.com/users/matloob/followers","following_url":"https://api.github.com/users/matloob/following{/other_user}","gists_url":"https://api.github.com/users/matloob/gists{/gist_id}","starred_url":"https://api.github.com/users/matloob/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/matloob/subscriptions","organizations_url":"https://api.github.com/users/matloob/orgs","repos_url":"https://api.github.com/users/matloob/repos","events_url":"https://api.github.com/users/matloob/events{/privacy}","received_events_url":"https://api.github.com/users/matloob/received_events","type":"User","site_admin":false},"created_at":"2023-12-14T16:11:41Z","updated_at":"2023-12-14T16:11:41Z","author_association":"NONE","body":"I think I saw just one or two on the sample I looked at. I'm okay with leaving this as is","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/comments/1856133592/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/rsc/markdown/issues/comments/1856151124","html_url":"https://github.com/rsc/markdown/issues/8#issuecomment-1856151124","issue_url":"https://api.github.com/repos/rsc/markdown/issues/8","id":1856151124,"node_id":"IC_kwDOKnFwjc5uop5U","user":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"created_at":"2023-12-14T16:21:54Z","updated_at":"2023-12-14T16:21:54Z","author_association":"OWNER","body":"Please reopen if anything changes.\r\n","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/comments/1856151124/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/rsc/markdown/issues/comments/1894927765","html_url":"https://github.com/rsc/markdown/pull/10#issuecomment-1894927765","issue_url":"https://api.github.com/repos/rsc/markdown/issues/10","id":1894927765,"node_id":"IC_kwDOKnFwjc5w8k2V","user":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"created_at":"2024-01-17T04:39:59Z","updated_at":"2024-01-17T04:39:59Z","author_association":"OWNER","body":"Cleaned up (gofmt'ed) and pushed.\r\n","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/comments/1894927765/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/rsc/markdown/issues/comments/1894929190","html_url":"https://github.com/rsc/markdown/pull/11#issuecomment-1894929190","issue_url":"https://api.github.com/repos/rsc/markdown/issues/11","id":1894929190,"node_id":"IC_kwDOKnFwjc5w8lMm","user":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"created_at":"2024-01-17T04:41:48Z","updated_at":"2024-01-17T04:41:48Z","author_association":"OWNER","body":"Reworded commit and pushed.","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/comments/1894929190/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/rsc/markdown/issues/comments/2097019306","html_url":"https://github.com/rsc/markdown/pull/18#issuecomment-2097019306","issue_url":"https://api.github.com/repos/rsc/markdown/issues/18","id":2097019306,"node_id":"IC_kwDOKnFwjc58_fmq","user":{"login":"jba","id":18483045,"node_id":"MDQ6VXNlcjE4NDgzMDQ1","avatar_url":"https://avatars.githubusercontent.com/u/18483045?v=4","gravatar_id":"","url":"https://api.github.com/users/jba","html_url":"https://github.com/jba","followers_url":"https://api.github.com/users/jba/followers","following_url":"https://api.github.com/users/jba/following{/other_user}","gists_url":"https://api.github.com/users/jba/gists{/gist_id}","starred_url":"https://api.github.com/users/jba/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jba/subscriptions","organizations_url":"https://api.github.com/users/jba/orgs","repos_url":"https://api.github.com/users/jba/repos","events_url":"https://api.github.com/users/jba/events{/privacy}","received_events_url":"https://api.github.com/users/jba/received_events","type":"User","site_admin":false},"created_at":"2024-05-06T22:16:58Z","updated_at":"2024-05-06T22:16:58Z","author_association":"COLLABORATOR","body":"LGTM, will let Russ approve.","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/comments/2097019306/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null}]146 119888 |
| GET https://api.github.com/repos/rsc/markdown/issues/events?page=1&per_page=100 HTTP/1.1
|
| Host: api.github.com
|
| User-Agent: Go-http-client/1.1
|
|
|
| HTTP/2.0 200 OK
|
| Accept-Ranges: bytes
|
| Access-Control-Allow-Origin: *
|
| Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
|
| Cache-Control: public, max-age=60, s-maxage=60
|
| Content-Security-Policy: default-src 'none'
|
| Content-Type: application/json; charset=utf-8
|
| Date: Mon, 03 Jun 2024 21:18:53 GMT
|
| Etag: W/"b32162ef721268ee8773fa3227c3895dbc769136adf7a51b10b7d6bcefc94ddc"
|
| Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
|
| Server: GitHub.com
|
| Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
|
| Vary: Accept, Accept-Encoding, Accept, X-Requested-With
|
| X-Content-Type-Options: nosniff
|
| X-Frame-Options: deny
|
| X-Github-Api-Version-Selected: 2022-11-28
|
| X-Github-Media-Type: github.v3; format=json
|
| X-Github-Request-Id: F461:3487CD:17ECFD:282178:665E333D
|
| X-Ratelimit-Limit: 60
|
| X-Ratelimit-Remaining: 33
|
| X-Ratelimit-Reset: 1717452520
|
| X-Ratelimit-Resource: core
|
| X-Ratelimit-Used: 27
|
| X-Xss-Protection: 0
|
|
|
| [{"id":12721108829,"node_id":"RRE_lADOKnFwjc6HtfRmzwAAAAL2PLdd","url":"https://api.github.com/repos/rsc/markdown/issues/events/12721108829","actor":{"login":"jba","id":18483045,"node_id":"MDQ6VXNlcjE4NDgzMDQ1","avatar_url":"https://avatars.githubusercontent.com/u/18483045?v=4","gravatar_id":"","url":"https://api.github.com/users/jba","html_url":"https://github.com/jba","followers_url":"https://api.github.com/users/jba/followers","following_url":"https://api.github.com/users/jba/following{/other_user}","gists_url":"https://api.github.com/users/jba/gists{/gist_id}","starred_url":"https://api.github.com/users/jba/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jba/subscriptions","organizations_url":"https://api.github.com/users/jba/orgs","repos_url":"https://api.github.com/users/jba/repos","events_url":"https://api.github.com/users/jba/events{/privacy}","received_events_url":"https://api.github.com/users/jba/received_events","type":"User","site_admin":false},"event":"review_requested","commit_id":null,"commit_url":null,"created_at":"2024-05-06T22:16:49Z","review_requester":{"login":"jba","id":18483045,"node_id":"MDQ6VXNlcjE4NDgzMDQ1","avatar_url":"https://avatars.githubusercontent.com/u/18483045?v=4","gravatar_id":"","url":"https://api.github.com/users/jba","html_url":"https://github.com/jba","followers_url":"https://api.github.com/users/jba/followers","following_url":"https://api.github.com/users/jba/following{/other_user}","gists_url":"https://api.github.com/users/jba/gists{/gist_id}","starred_url":"https://api.github.com/users/jba/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jba/subscriptions","organizations_url":"https://api.github.com/users/jba/orgs","repos_url":"https://api.github.com/users/jba/repos","events_url":"https://api.github.com/users/jba/events{/privacy}","received_events_url":"https://api.github.com/users/jba/received_events","type":"User","site_admin":false},"requested_reviewer":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"issue":{"url":"https://api.github.com/repos/rsc/markdown/issues/18","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/18/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/18/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/18/events","html_url":"https://github.com/rsc/markdown/pull/18","id":2276848742,"node_id":"PR_kwDOKnFwjc5ubgV0","number":18,"title":"markdown: emit Info in CodeBlock markdown","user":{"login":"juliaogris","id":1596871,"node_id":"MDQ6VXNlcjE1OTY4NzE=","avatar_url":"https://avatars.githubusercontent.com/u/1596871?v=4","gravatar_id":"","url":"https://api.github.com/users/juliaogris","html_url":"https://github.com/juliaogris","followers_url":"https://api.github.com/users/juliaogris/followers","following_url":"https://api.github.com/users/juliaogris/following{/other_user}","gists_url":"https://api.github.com/users/juliaogris/gists{/gist_id}","starred_url":"https://api.github.com/users/juliaogris/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/juliaogris/subscriptions","organizations_url":"https://api.github.com/users/juliaogris/orgs","repos_url":"https://api.github.com/users/juliaogris/repos","events_url":"https://api.github.com/users/juliaogris/events{/privacy}","received_events_url":"https://api.github.com/users/juliaogris/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":1,"created_at":"2024-05-03T03:59:00Z","updated_at":"2024-05-06T22:16:59Z","closed_at":null,"author_association":"NONE","active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/rsc/markdown/pulls/18","html_url":"https://github.com/rsc/markdown/pull/18","diff_url":"https://github.com/rsc/markdown/pull/18.diff","patch_url":"https://github.com/rsc/markdown/pull/18.patch","merged_at":null},"body":"Emit the Info field of CodeBlock in the CodeBlock.printMardown function so \r\nthat a round trip from markdown to markdown will preserve the language Info.","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/18/reactions","total_count":1,"+1":1,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/18/timeline","performed_via_github_app":null,"state_reason":null},"performed_via_github_app":null},{"id":12137688071,"node_id":"RTE_lADOKnFwjc6CgrwXzwAAAALTdmwH","url":"https://api.github.com/repos/rsc/markdown/issues/events/12137688071","actor":{"login":"zacharysyoung","id":945134,"node_id":"MDQ6VXNlcjk0NTEzNA==","avatar_url":"https://avatars.githubusercontent.com/u/945134?v=4","gravatar_id":"","url":"https://api.github.com/users/zacharysyoung","html_url":"https://github.com/zacharysyoung","followers_url":"https://api.github.com/users/zacharysyoung/followers","following_url":"https://api.github.com/users/zacharysyoung/following{/other_user}","gists_url":"https://api.github.com/users/zacharysyoung/gists{/gist_id}","starred_url":"https://api.github.com/users/zacharysyoung/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zacharysyoung/subscriptions","organizations_url":"https://api.github.com/users/zacharysyoung/orgs","repos_url":"https://api.github.com/users/zacharysyoung/repos","events_url":"https://api.github.com/users/zacharysyoung/events{/privacy}","received_events_url":"https://api.github.com/users/zacharysyoung/received_events","type":"User","site_admin":false},"event":"renamed","commit_id":null,"commit_url":null,"created_at":"2024-03-15T23:43:50Z","rename":{"from":"Pretty-print tables","to":"Pretty-print tables in Markdown"},"issue":{"url":"https://api.github.com/repos/rsc/markdown/issues/17","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/17/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/17/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/17/events","html_url":"https://github.com/rsc/markdown/pull/17","id":2189605911,"node_id":"PR_kwDOKnFwjc5pzlwt","number":17,"title":"Pretty-print tables in Markdown","user":{"login":"zacharysyoung","id":945134,"node_id":"MDQ6VXNlcjk0NTEzNA==","avatar_url":"https://avatars.githubusercontent.com/u/945134?v=4","gravatar_id":"","url":"https://api.github.com/users/zacharysyoung","html_url":"https://github.com/zacharysyoung","followers_url":"https://api.github.com/users/zacharysyoung/followers","following_url":"https://api.github.com/users/zacharysyoung/following{/other_user}","gists_url":"https://api.github.com/users/zacharysyoung/gists{/gist_id}","starred_url":"https://api.github.com/users/zacharysyoung/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zacharysyoung/subscriptions","organizations_url":"https://api.github.com/users/zacharysyoung/orgs","repos_url":"https://api.github.com/users/zacharysyoung/repos","events_url":"https://api.github.com/users/zacharysyoung/events{/privacy}","received_events_url":"https://api.github.com/users/zacharysyoung/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2024-03-15T23:25:47Z","updated_at":"2024-03-15T23:43:50Z","closed_at":null,"author_association":"NONE","active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/rsc/markdown/pulls/17","html_url":"https://github.com/rsc/markdown/pull/17","diff_url":"https://github.com/rsc/markdown/pull/17.diff","patch_url":"https://github.com/rsc/markdown/pull/17.patch","merged_at":null},"body":"Addressing #16.","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/17/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/17/timeline","performed_via_github_app":null,"state_reason":null},"performed_via_github_app":null},{"id":12137686933,"node_id":"RTE_lADOKnFwjc6CgrwXzwAAAALTdmeV","url":"https://api.github.com/repos/rsc/markdown/issues/events/12137686933","actor":{"login":"zacharysyoung","id":945134,"node_id":"MDQ6VXNlcjk0NTEzNA==","avatar_url":"https://avatars.githubusercontent.com/u/945134?v=4","gravatar_id":"","url":"https://api.github.com/users/zacharysyoung","html_url":"https://github.com/zacharysyoung","followers_url":"https://api.github.com/users/zacharysyoung/followers","following_url":"https://api.github.com/users/zacharysyoung/following{/other_user}","gists_url":"https://api.github.com/users/zacharysyoung/gists{/gist_id}","starred_url":"https://api.github.com/users/zacharysyoung/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zacharysyoung/subscriptions","organizations_url":"https://api.github.com/users/zacharysyoung/orgs","repos_url":"https://api.github.com/users/zacharysyoung/repos","events_url":"https://api.github.com/users/zacharysyoung/events{/privacy}","received_events_url":"https://api.github.com/users/zacharysyoung/received_events","type":"User","site_admin":false},"event":"renamed","commit_id":null,"commit_url":null,"created_at":"2024-03-15T23:43:26Z","rename":{"from":"Tables are pretty printing","to":"Pretty-print tables"},"issue":{"url":"https://api.github.com/repos/rsc/markdown/issues/17","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/17/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/17/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/17/events","html_url":"https://github.com/rsc/markdown/pull/17","id":2189605911,"node_id":"PR_kwDOKnFwjc5pzlwt","number":17,"title":"Pretty-print tables in Markdown","user":{"login":"zacharysyoung","id":945134,"node_id":"MDQ6VXNlcjk0NTEzNA==","avatar_url":"https://avatars.githubusercontent.com/u/945134?v=4","gravatar_id":"","url":"https://api.github.com/users/zacharysyoung","html_url":"https://github.com/zacharysyoung","followers_url":"https://api.github.com/users/zacharysyoung/followers","following_url":"https://api.github.com/users/zacharysyoung/following{/other_user}","gists_url":"https://api.github.com/users/zacharysyoung/gists{/gist_id}","starred_url":"https://api.github.com/users/zacharysyoung/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zacharysyoung/subscriptions","organizations_url":"https://api.github.com/users/zacharysyoung/orgs","repos_url":"https://api.github.com/users/zacharysyoung/repos","events_url":"https://api.github.com/users/zacharysyoung/events{/privacy}","received_events_url":"https://api.github.com/users/zacharysyoung/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2024-03-15T23:25:47Z","updated_at":"2024-03-15T23:43:50Z","closed_at":null,"author_association":"NONE","active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/rsc/markdown/pulls/17","html_url":"https://github.com/rsc/markdown/pull/17","diff_url":"https://github.com/rsc/markdown/pull/17.diff","patch_url":"https://github.com/rsc/markdown/pull/17.patch","merged_at":null},"body":"Addressing #16.","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/17/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/17/timeline","performed_via_github_app":null,"state_reason":null},"performed_via_github_app":null},{"id":12122508555,"node_id":"HRDE_lADOKnFwjc6CFtX-zwAAAALSjs0L","url":"https://api.github.com/repos/rsc/markdown/issues/events/12122508555","actor":{"login":"zacharysyoung","id":945134,"node_id":"MDQ6VXNlcjk0NTEzNA==","avatar_url":"https://avatars.githubusercontent.com/u/945134?v=4","gravatar_id":"","url":"https://api.github.com/users/zacharysyoung","html_url":"https://github.com/zacharysyoung","followers_url":"https://api.github.com/users/zacharysyoung/followers","following_url":"https://api.github.com/users/zacharysyoung/following{/other_user}","gists_url":"https://api.github.com/users/zacharysyoung/gists{/gist_id}","starred_url":"https://api.github.com/users/zacharysyoung/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zacharysyoung/subscriptions","organizations_url":"https://api.github.com/users/zacharysyoung/orgs","repos_url":"https://api.github.com/users/zacharysyoung/repos","events_url":"https://api.github.com/users/zacharysyoung/events{/privacy}","received_events_url":"https://api.github.com/users/zacharysyoung/received_events","type":"User","site_admin":false},"event":"head_ref_deleted","commit_id":null,"commit_url":null,"created_at":"2024-03-14T18:43:15Z","issue":{"url":"https://api.github.com/repos/rsc/markdown/issues/14","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/14/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/14/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/14/events","html_url":"https://github.com/rsc/markdown/pull/14","id":2182534654,"node_id":"PR_kwDOKnFwjc5pbW8-","number":14,"title":"Render reference links in Markdown","user":{"login":"zacharysyoung","id":945134,"node_id":"MDQ6VXNlcjk0NTEzNA==","avatar_url":"https://avatars.githubusercontent.com/u/945134?v=4","gravatar_id":"","url":"https://api.github.com/users/zacharysyoung","html_url":"https://github.com/zacharysyoung","followers_url":"https://api.github.com/users/zacharysyoung/followers","following_url":"https://api.github.com/users/zacharysyoung/following{/other_user}","gists_url":"https://api.github.com/users/zacharysyoung/gists{/gist_id}","starred_url":"https://api.github.com/users/zacharysyoung/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zacharysyoung/subscriptions","organizations_url":"https://api.github.com/users/zacharysyoung/orgs","repos_url":"https://api.github.com/users/zacharysyoung/repos","events_url":"https://api.github.com/users/zacharysyoung/events{/privacy}","received_events_url":"https://api.github.com/users/zacharysyoung/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2024-03-12T19:38:02Z","updated_at":"2024-03-14T18:43:15Z","closed_at":"2024-03-14T18:41:54Z","author_association":"NONE","active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/rsc/markdown/pulls/14","html_url":"https://github.com/rsc/markdown/pull/14","diff_url":"https://github.com/rsc/markdown/pull/14.diff","patch_url":"https://github.com/rsc/markdown/pull/14.patch","merged_at":null},"body":"Attempting to address #13: correctly render reference links ([full], [collapsed], [shortcut]) in Markdown.\r\n\r\n[full]: https://spec.commonmark.org/0.31.2/#full-reference-link\r\n[collapsed]: https://spec.commonmark.org/0.31.2/#collapsed-reference-link\r\n[shortcut]: https://spec.commonmark.org/0.31.2/#shortcut-reference-link","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/14/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/14/timeline","performed_via_github_app":null,"state_reason":null},"performed_via_github_app":null},{"id":12122501258,"node_id":"HRRE_lADOKnFwjc6CFtX-zwAAAALSjrCK","url":"https://api.github.com/repos/rsc/markdown/issues/events/12122501258","actor":{"login":"zacharysyoung","id":945134,"node_id":"MDQ6VXNlcjk0NTEzNA==","avatar_url":"https://avatars.githubusercontent.com/u/945134?v=4","gravatar_id":"","url":"https://api.github.com/users/zacharysyoung","html_url":"https://github.com/zacharysyoung","followers_url":"https://api.github.com/users/zacharysyoung/followers","following_url":"https://api.github.com/users/zacharysyoung/following{/other_user}","gists_url":"https://api.github.com/users/zacharysyoung/gists{/gist_id}","starred_url":"https://api.github.com/users/zacharysyoung/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zacharysyoung/subscriptions","organizations_url":"https://api.github.com/users/zacharysyoung/orgs","repos_url":"https://api.github.com/users/zacharysyoung/repos","events_url":"https://api.github.com/users/zacharysyoung/events{/privacy}","received_events_url":"https://api.github.com/users/zacharysyoung/received_events","type":"User","site_admin":false},"event":"head_ref_restored","commit_id":null,"commit_url":null,"created_at":"2024-03-14T18:42:29Z","issue":{"url":"https://api.github.com/repos/rsc/markdown/issues/14","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/14/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/14/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/14/events","html_url":"https://github.com/rsc/markdown/pull/14","id":2182534654,"node_id":"PR_kwDOKnFwjc5pbW8-","number":14,"title":"Render reference links in Markdown","user":{"login":"zacharysyoung","id":945134,"node_id":"MDQ6VXNlcjk0NTEzNA==","avatar_url":"https://avatars.githubusercontent.com/u/945134?v=4","gravatar_id":"","url":"https://api.github.com/users/zacharysyoung","html_url":"https://github.com/zacharysyoung","followers_url":"https://api.github.com/users/zacharysyoung/followers","following_url":"https://api.github.com/users/zacharysyoung/following{/other_user}","gists_url":"https://api.github.com/users/zacharysyoung/gists{/gist_id}","starred_url":"https://api.github.com/users/zacharysyoung/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zacharysyoung/subscriptions","organizations_url":"https://api.github.com/users/zacharysyoung/orgs","repos_url":"https://api.github.com/users/zacharysyoung/repos","events_url":"https://api.github.com/users/zacharysyoung/events{/privacy}","received_events_url":"https://api.github.com/users/zacharysyoung/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2024-03-12T19:38:02Z","updated_at":"2024-03-14T18:43:15Z","closed_at":"2024-03-14T18:41:54Z","author_association":"NONE","active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/rsc/markdown/pulls/14","html_url":"https://github.com/rsc/markdown/pull/14","diff_url":"https://github.com/rsc/markdown/pull/14.diff","patch_url":"https://github.com/rsc/markdown/pull/14.patch","merged_at":null},"body":"Attempting to address #13: correctly render reference links ([full], [collapsed], [shortcut]) in Markdown.\r\n\r\n[full]: https://spec.commonmark.org/0.31.2/#full-reference-link\r\n[collapsed]: https://spec.commonmark.org/0.31.2/#collapsed-reference-link\r\n[shortcut]: https://spec.commonmark.org/0.31.2/#shortcut-reference-link","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/14/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/14/timeline","performed_via_github_app":null,"state_reason":null},"performed_via_github_app":null},{"id":12122495545,"node_id":"HRDE_lADOKnFwjc6CFtX-zwAAAALSjpo5","url":"https://api.github.com/repos/rsc/markdown/issues/events/12122495545","actor":{"login":"zacharysyoung","id":945134,"node_id":"MDQ6VXNlcjk0NTEzNA==","avatar_url":"https://avatars.githubusercontent.com/u/945134?v=4","gravatar_id":"","url":"https://api.github.com/users/zacharysyoung","html_url":"https://github.com/zacharysyoung","followers_url":"https://api.github.com/users/zacharysyoung/followers","following_url":"https://api.github.com/users/zacharysyoung/following{/other_user}","gists_url":"https://api.github.com/users/zacharysyoung/gists{/gist_id}","starred_url":"https://api.github.com/users/zacharysyoung/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zacharysyoung/subscriptions","organizations_url":"https://api.github.com/users/zacharysyoung/orgs","repos_url":"https://api.github.com/users/zacharysyoung/repos","events_url":"https://api.github.com/users/zacharysyoung/events{/privacy}","received_events_url":"https://api.github.com/users/zacharysyoung/received_events","type":"User","site_admin":false},"event":"head_ref_deleted","commit_id":null,"commit_url":null,"created_at":"2024-03-14T18:41:55Z","issue":{"url":"https://api.github.com/repos/rsc/markdown/issues/14","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/14/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/14/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/14/events","html_url":"https://github.com/rsc/markdown/pull/14","id":2182534654,"node_id":"PR_kwDOKnFwjc5pbW8-","number":14,"title":"Render reference links in Markdown","user":{"login":"zacharysyoung","id":945134,"node_id":"MDQ6VXNlcjk0NTEzNA==","avatar_url":"https://avatars.githubusercontent.com/u/945134?v=4","gravatar_id":"","url":"https://api.github.com/users/zacharysyoung","html_url":"https://github.com/zacharysyoung","followers_url":"https://api.github.com/users/zacharysyoung/followers","following_url":"https://api.github.com/users/zacharysyoung/following{/other_user}","gists_url":"https://api.github.com/users/zacharysyoung/gists{/gist_id}","starred_url":"https://api.github.com/users/zacharysyoung/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zacharysyoung/subscriptions","organizations_url":"https://api.github.com/users/zacharysyoung/orgs","repos_url":"https://api.github.com/users/zacharysyoung/repos","events_url":"https://api.github.com/users/zacharysyoung/events{/privacy}","received_events_url":"https://api.github.com/users/zacharysyoung/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2024-03-12T19:38:02Z","updated_at":"2024-03-14T18:43:15Z","closed_at":"2024-03-14T18:41:54Z","author_association":"NONE","active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/rsc/markdown/pulls/14","html_url":"https://github.com/rsc/markdown/pull/14","diff_url":"https://github.com/rsc/markdown/pull/14.diff","patch_url":"https://github.com/rsc/markdown/pull/14.patch","merged_at":null},"body":"Attempting to address #13: correctly render reference links ([full], [collapsed], [shortcut]) in Markdown.\r\n\r\n[full]: https://spec.commonmark.org/0.31.2/#full-reference-link\r\n[collapsed]: https://spec.commonmark.org/0.31.2/#collapsed-reference-link\r\n[shortcut]: https://spec.commonmark.org/0.31.2/#shortcut-reference-link","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/14/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/14/timeline","performed_via_github_app":null,"state_reason":null},"performed_via_github_app":null},{"id":12122495521,"node_id":"CE_lADOKnFwjc6CFtX-zwAAAALSjpoh","url":"https://api.github.com/repos/rsc/markdown/issues/events/12122495521","actor":{"login":"zacharysyoung","id":945134,"node_id":"MDQ6VXNlcjk0NTEzNA==","avatar_url":"https://avatars.githubusercontent.com/u/945134?v=4","gravatar_id":"","url":"https://api.github.com/users/zacharysyoung","html_url":"https://github.com/zacharysyoung","followers_url":"https://api.github.com/users/zacharysyoung/followers","following_url":"https://api.github.com/users/zacharysyoung/following{/other_user}","gists_url":"https://api.github.com/users/zacharysyoung/gists{/gist_id}","starred_url":"https://api.github.com/users/zacharysyoung/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zacharysyoung/subscriptions","organizations_url":"https://api.github.com/users/zacharysyoung/orgs","repos_url":"https://api.github.com/users/zacharysyoung/repos","events_url":"https://api.github.com/users/zacharysyoung/events{/privacy}","received_events_url":"https://api.github.com/users/zacharysyoung/received_events","type":"User","site_admin":false},"event":"closed","commit_id":null,"commit_url":null,"created_at":"2024-03-14T18:41:55Z","state_reason":null,"issue":{"url":"https://api.github.com/repos/rsc/markdown/issues/14","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/14/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/14/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/14/events","html_url":"https://github.com/rsc/markdown/pull/14","id":2182534654,"node_id":"PR_kwDOKnFwjc5pbW8-","number":14,"title":"Render reference links in Markdown","user":{"login":"zacharysyoung","id":945134,"node_id":"MDQ6VXNlcjk0NTEzNA==","avatar_url":"https://avatars.githubusercontent.com/u/945134?v=4","gravatar_id":"","url":"https://api.github.com/users/zacharysyoung","html_url":"https://github.com/zacharysyoung","followers_url":"https://api.github.com/users/zacharysyoung/followers","following_url":"https://api.github.com/users/zacharysyoung/following{/other_user}","gists_url":"https://api.github.com/users/zacharysyoung/gists{/gist_id}","starred_url":"https://api.github.com/users/zacharysyoung/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zacharysyoung/subscriptions","organizations_url":"https://api.github.com/users/zacharysyoung/orgs","repos_url":"https://api.github.com/users/zacharysyoung/repos","events_url":"https://api.github.com/users/zacharysyoung/events{/privacy}","received_events_url":"https://api.github.com/users/zacharysyoung/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2024-03-12T19:38:02Z","updated_at":"2024-03-14T18:43:15Z","closed_at":"2024-03-14T18:41:54Z","author_association":"NONE","active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/rsc/markdown/pulls/14","html_url":"https://github.com/rsc/markdown/pull/14","diff_url":"https://github.com/rsc/markdown/pull/14.diff","patch_url":"https://github.com/rsc/markdown/pull/14.patch","merged_at":null},"body":"Attempting to address #13: correctly render reference links ([full], [collapsed], [shortcut]) in Markdown.\r\n\r\n[full]: https://spec.commonmark.org/0.31.2/#full-reference-link\r\n[collapsed]: https://spec.commonmark.org/0.31.2/#collapsed-reference-link\r\n[shortcut]: https://spec.commonmark.org/0.31.2/#shortcut-reference-link","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/14/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/14/timeline","performed_via_github_app":null,"state_reason":null},"performed_via_github_app":null},{"id":12122378461,"node_id":"RTE_lADOKnFwjc6CFrh9zwAAAALSjNDd","url":"https://api.github.com/repos/rsc/markdown/issues/events/12122378461","actor":{"login":"zacharysyoung","id":945134,"node_id":"MDQ6VXNlcjk0NTEzNA==","avatar_url":"https://avatars.githubusercontent.com/u/945134?v=4","gravatar_id":"","url":"https://api.github.com/users/zacharysyoung","html_url":"https://github.com/zacharysyoung","followers_url":"https://api.github.com/users/zacharysyoung/followers","following_url":"https://api.github.com/users/zacharysyoung/following{/other_user}","gists_url":"https://api.github.com/users/zacharysyoung/gists{/gist_id}","starred_url":"https://api.github.com/users/zacharysyoung/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zacharysyoung/subscriptions","organizations_url":"https://api.github.com/users/zacharysyoung/orgs","repos_url":"https://api.github.com/users/zacharysyoung/repos","events_url":"https://api.github.com/users/zacharysyoung/events{/privacy}","received_events_url":"https://api.github.com/users/zacharysyoung/received_events","type":"User","site_admin":false},"event":"renamed","commit_id":null,"commit_url":null,"created_at":"2024-03-14T18:29:53Z","rename":{"from":"Links w/labels should render to MD as such","to":"Correctly render reference links in Markdown"},"issue":{"url":"https://api.github.com/repos/rsc/markdown/issues/13","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/13/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/13/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/13/events","html_url":"https://github.com/rsc/markdown/issues/13","id":2182527101,"node_id":"I_kwDOKnFwjc6CFrh9","number":13,"title":"Correctly render reference links in Markdown","user":{"login":"zacharysyoung","id":945134,"node_id":"MDQ6VXNlcjk0NTEzNA==","avatar_url":"https://avatars.githubusercontent.com/u/945134?v=4","gravatar_id":"","url":"https://api.github.com/users/zacharysyoung","html_url":"https://github.com/zacharysyoung","followers_url":"https://api.github.com/users/zacharysyoung/followers","following_url":"https://api.github.com/users/zacharysyoung/following{/other_user}","gists_url":"https://api.github.com/users/zacharysyoung/gists{/gist_id}","starred_url":"https://api.github.com/users/zacharysyoung/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zacharysyoung/subscriptions","organizations_url":"https://api.github.com/users/zacharysyoung/orgs","repos_url":"https://api.github.com/users/zacharysyoung/repos","events_url":"https://api.github.com/users/zacharysyoung/events{/privacy}","received_events_url":"https://api.github.com/users/zacharysyoung/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2024-03-12T19:34:33Z","updated_at":"2024-04-14T22:51:33Z","closed_at":null,"author_association":"NONE","active_lock_reason":null,"body":"Putting the following [reference links] through mdfmt, the output should equal the input:\r\n\r\n```none\r\n[full][full]\r\n[collapsed][]\r\n[shortcut]\r\n\r\n[collapsed]: u2\r\n[full]: u1\r\n[shortcut]: u3\r\n```\r\n\r\nCurrently, mdfmt renders all three link styles inline... while keeping the original link reference definitions:\r\n\r\n```none\r\n[full](u1)\r\n[collapsed](u2)\r\n[shortcut](u3)\r\n\r\n[collapsed]: u2\r\n[full]: u1\r\n[shortcut]: u3\r\n```\r\n\r\n[reference links]: https://spec.commonmark.org/0.31.2/#reference-link","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/13/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/13/timeline","performed_via_github_app":null,"state_reason":null},"performed_via_github_app":null},{"id":12122340938,"node_id":"RTE_lADOKnFwjc6CFtX-zwAAAALSjD5K","url":"https://api.github.com/repos/rsc/markdown/issues/events/12122340938","actor":{"login":"zacharysyoung","id":945134,"node_id":"MDQ6VXNlcjk0NTEzNA==","avatar_url":"https://avatars.githubusercontent.com/u/945134?v=4","gravatar_id":"","url":"https://api.github.com/users/zacharysyoung","html_url":"https://github.com/zacharysyoung","followers_url":"https://api.github.com/users/zacharysyoung/followers","following_url":"https://api.github.com/users/zacharysyoung/following{/other_user}","gists_url":"https://api.github.com/users/zacharysyoung/gists{/gist_id}","starred_url":"https://api.github.com/users/zacharysyoung/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zacharysyoung/subscriptions","organizations_url":"https://api.github.com/users/zacharysyoung/orgs","repos_url":"https://api.github.com/users/zacharysyoung/repos","events_url":"https://api.github.com/users/zacharysyoung/events{/privacy}","received_events_url":"https://api.github.com/users/zacharysyoung/received_events","type":"User","site_admin":false},"event":"renamed","commit_id":null,"commit_url":null,"created_at":"2024-03-14T18:26:19Z","rename":{"from":"Render full reference links in Markdown","to":"Render reference links in Markdown"},"issue":{"url":"https://api.github.com/repos/rsc/markdown/issues/14","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/14/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/14/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/14/events","html_url":"https://github.com/rsc/markdown/pull/14","id":2182534654,"node_id":"PR_kwDOKnFwjc5pbW8-","number":14,"title":"Render reference links in Markdown","user":{"login":"zacharysyoung","id":945134,"node_id":"MDQ6VXNlcjk0NTEzNA==","avatar_url":"https://avatars.githubusercontent.com/u/945134?v=4","gravatar_id":"","url":"https://api.github.com/users/zacharysyoung","html_url":"https://github.com/zacharysyoung","followers_url":"https://api.github.com/users/zacharysyoung/followers","following_url":"https://api.github.com/users/zacharysyoung/following{/other_user}","gists_url":"https://api.github.com/users/zacharysyoung/gists{/gist_id}","starred_url":"https://api.github.com/users/zacharysyoung/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zacharysyoung/subscriptions","organizations_url":"https://api.github.com/users/zacharysyoung/orgs","repos_url":"https://api.github.com/users/zacharysyoung/repos","events_url":"https://api.github.com/users/zacharysyoung/events{/privacy}","received_events_url":"https://api.github.com/users/zacharysyoung/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2024-03-12T19:38:02Z","updated_at":"2024-03-14T18:43:15Z","closed_at":"2024-03-14T18:41:54Z","author_association":"NONE","active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/rsc/markdown/pulls/14","html_url":"https://github.com/rsc/markdown/pull/14","diff_url":"https://github.com/rsc/markdown/pull/14.diff","patch_url":"https://github.com/rsc/markdown/pull/14.patch","merged_at":null},"body":"Attempting to address #13: correctly render reference links ([full], [collapsed], [shortcut]) in Markdown.\r\n\r\n[full]: https://spec.commonmark.org/0.31.2/#full-reference-link\r\n[collapsed]: https://spec.commonmark.org/0.31.2/#collapsed-reference-link\r\n[shortcut]: https://spec.commonmark.org/0.31.2/#shortcut-reference-link","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/14/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/14/timeline","performed_via_github_app":null,"state_reason":null},"performed_via_github_app":null},{"id":12028957676,"node_id":"REFE_lADOKnFwjc5_aUPHzwAAAALM-1Ps","url":"https://api.github.com/repos/rsc/markdown/issues/events/12028957676","actor":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"event":"referenced","commit_id":"0bf8f97ee8ef6dc359b2246680d8f48c37da77f1","commit_url":"https://api.github.com/repos/rsc/markdown/commits/0bf8f97ee8ef6dc359b2246680d8f48c37da77f1","created_at":"2024-03-06T14:43:24Z","issue":{"url":"https://api.github.com/repos/rsc/markdown/issues/12","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/12/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/12/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/12/events","html_url":"https://github.com/rsc/markdown/pull/12","id":2137605063,"node_id":"PR_kwDOKnFwjc5nCLz2","number":12,"title":"markdown: fix markdown printing for inline code","user":{"login":"jba","id":18483045,"node_id":"MDQ6VXNlcjE4NDgzMDQ1","avatar_url":"https://avatars.githubusercontent.com/u/18483045?v=4","gravatar_id":"","url":"https://api.github.com/users/jba","html_url":"https://github.com/jba","followers_url":"https://api.github.com/users/jba/followers","following_url":"https://api.github.com/users/jba/following{/other_user}","gists_url":"https://api.github.com/users/jba/gists{/gist_id}","starred_url":"https://api.github.com/users/jba/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jba/subscriptions","organizations_url":"https://api.github.com/users/jba/orgs","repos_url":"https://api.github.com/users/jba/repos","events_url":"https://api.github.com/users/jba/events{/privacy}","received_events_url":"https://api.github.com/users/jba/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2024-02-15T23:18:12Z","updated_at":"2024-03-06T14:43:22Z","closed_at":"2024-03-06T14:43:22Z","author_association":"COLLABORATOR","active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/rsc/markdown/pulls/12","html_url":"https://github.com/rsc/markdown/pull/12","diff_url":"https://github.com/rsc/markdown/pull/12.diff","patch_url":"https://github.com/rsc/markdown/pull/12.patch","merged_at":"2024-03-06T14:43:22Z"},"body":"Code.printMarkdown outputs the minimum number of backticks that reproduces the content, and adds spaces on either side if necessary.\r\n\r\nRemoved the unused numTicks field. ","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/12/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/12/timeline","performed_via_github_app":null,"state_reason":null},"performed_via_github_app":null},{"id":12028957356,"node_id":"CE_lADOKnFwjc5_aUPHzwAAAALM-1Ks","url":"https://api.github.com/repos/rsc/markdown/issues/events/12028957356","actor":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"event":"closed","commit_id":null,"commit_url":null,"created_at":"2024-03-06T14:43:22Z","state_reason":null,"issue":{"url":"https://api.github.com/repos/rsc/markdown/issues/12","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/12/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/12/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/12/events","html_url":"https://github.com/rsc/markdown/pull/12","id":2137605063,"node_id":"PR_kwDOKnFwjc5nCLz2","number":12,"title":"markdown: fix markdown printing for inline code","user":{"login":"jba","id":18483045,"node_id":"MDQ6VXNlcjE4NDgzMDQ1","avatar_url":"https://avatars.githubusercontent.com/u/18483045?v=4","gravatar_id":"","url":"https://api.github.com/users/jba","html_url":"https://github.com/jba","followers_url":"https://api.github.com/users/jba/followers","following_url":"https://api.github.com/users/jba/following{/other_user}","gists_url":"https://api.github.com/users/jba/gists{/gist_id}","starred_url":"https://api.github.com/users/jba/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jba/subscriptions","organizations_url":"https://api.github.com/users/jba/orgs","repos_url":"https://api.github.com/users/jba/repos","events_url":"https://api.github.com/users/jba/events{/privacy}","received_events_url":"https://api.github.com/users/jba/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2024-02-15T23:18:12Z","updated_at":"2024-03-06T14:43:22Z","closed_at":"2024-03-06T14:43:22Z","author_association":"COLLABORATOR","active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/rsc/markdown/pulls/12","html_url":"https://github.com/rsc/markdown/pull/12","diff_url":"https://github.com/rsc/markdown/pull/12.diff","patch_url":"https://github.com/rsc/markdown/pull/12.patch","merged_at":"2024-03-06T14:43:22Z"},"body":"Code.printMarkdown outputs the minimum number of backticks that reproduces the content, and adds spaces on either side if necessary.\r\n\r\nRemoved the unused numTicks field. ","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/12/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/12/timeline","performed_via_github_app":null,"state_reason":null},"performed_via_github_app":null},{"id":12028957331,"node_id":"ME_lADOKnFwjc5_aUPHzwAAAALM-1KT","url":"https://api.github.com/repos/rsc/markdown/issues/events/12028957331","actor":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"event":"merged","commit_id":"0bf8f97ee8ef6dc359b2246680d8f48c37da77f1","commit_url":"https://api.github.com/repos/rsc/markdown/commits/0bf8f97ee8ef6dc359b2246680d8f48c37da77f1","created_at":"2024-03-06T14:43:22Z","issue":{"url":"https://api.github.com/repos/rsc/markdown/issues/12","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/12/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/12/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/12/events","html_url":"https://github.com/rsc/markdown/pull/12","id":2137605063,"node_id":"PR_kwDOKnFwjc5nCLz2","number":12,"title":"markdown: fix markdown printing for inline code","user":{"login":"jba","id":18483045,"node_id":"MDQ6VXNlcjE4NDgzMDQ1","avatar_url":"https://avatars.githubusercontent.com/u/18483045?v=4","gravatar_id":"","url":"https://api.github.com/users/jba","html_url":"https://github.com/jba","followers_url":"https://api.github.com/users/jba/followers","following_url":"https://api.github.com/users/jba/following{/other_user}","gists_url":"https://api.github.com/users/jba/gists{/gist_id}","starred_url":"https://api.github.com/users/jba/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jba/subscriptions","organizations_url":"https://api.github.com/users/jba/orgs","repos_url":"https://api.github.com/users/jba/repos","events_url":"https://api.github.com/users/jba/events{/privacy}","received_events_url":"https://api.github.com/users/jba/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2024-02-15T23:18:12Z","updated_at":"2024-03-06T14:43:22Z","closed_at":"2024-03-06T14:43:22Z","author_association":"COLLABORATOR","active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/rsc/markdown/pulls/12","html_url":"https://github.com/rsc/markdown/pull/12","diff_url":"https://github.com/rsc/markdown/pull/12.diff","patch_url":"https://github.com/rsc/markdown/pull/12.patch","merged_at":"2024-03-06T14:43:22Z"},"body":"Code.printMarkdown outputs the minimum number of backticks that reproduces the content, and adds spaces on either side if necessary.\r\n\r\nRemoved the unused numTicks field. ","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/12/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/12/timeline","performed_via_github_app":null,"state_reason":null},"performed_via_github_app":null},{"id":11942812866,"node_id":"RTE_lADOKnFwjc5_aUPHzwAAAALH2NzC","url":"https://api.github.com/repos/rsc/markdown/issues/events/11942812866","actor":{"login":"jba","id":18483045,"node_id":"MDQ6VXNlcjE4NDgzMDQ1","avatar_url":"https://avatars.githubusercontent.com/u/18483045?v=4","gravatar_id":"","url":"https://api.github.com/users/jba","html_url":"https://github.com/jba","followers_url":"https://api.github.com/users/jba/followers","following_url":"https://api.github.com/users/jba/following{/other_user}","gists_url":"https://api.github.com/users/jba/gists{/gist_id}","starred_url":"https://api.github.com/users/jba/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jba/subscriptions","organizations_url":"https://api.github.com/users/jba/orgs","repos_url":"https://api.github.com/users/jba/repos","events_url":"https://api.github.com/users/jba/events{/privacy}","received_events_url":"https://api.github.com/users/jba/received_events","type":"User","site_admin":false},"event":"renamed","commit_id":null,"commit_url":null,"created_at":"2024-02-27T20:29:37Z","rename":{"from":"markdown: export Code.NumTicks","to":"markdown: fix markdown printing for inline code"},"issue":{"url":"https://api.github.com/repos/rsc/markdown/issues/12","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/12/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/12/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/12/events","html_url":"https://github.com/rsc/markdown/pull/12","id":2137605063,"node_id":"PR_kwDOKnFwjc5nCLz2","number":12,"title":"markdown: fix markdown printing for inline code","user":{"login":"jba","id":18483045,"node_id":"MDQ6VXNlcjE4NDgzMDQ1","avatar_url":"https://avatars.githubusercontent.com/u/18483045?v=4","gravatar_id":"","url":"https://api.github.com/users/jba","html_url":"https://github.com/jba","followers_url":"https://api.github.com/users/jba/followers","following_url":"https://api.github.com/users/jba/following{/other_user}","gists_url":"https://api.github.com/users/jba/gists{/gist_id}","starred_url":"https://api.github.com/users/jba/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jba/subscriptions","organizations_url":"https://api.github.com/users/jba/orgs","repos_url":"https://api.github.com/users/jba/repos","events_url":"https://api.github.com/users/jba/events{/privacy}","received_events_url":"https://api.github.com/users/jba/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2024-02-15T23:18:12Z","updated_at":"2024-03-06T14:43:22Z","closed_at":"2024-03-06T14:43:22Z","author_association":"COLLABORATOR","active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/rsc/markdown/pulls/12","html_url":"https://github.com/rsc/markdown/pull/12","diff_url":"https://github.com/rsc/markdown/pull/12.diff","patch_url":"https://github.com/rsc/markdown/pull/12.patch","merged_at":"2024-03-06T14:43:22Z"},"body":"Code.printMarkdown outputs the minimum number of backticks that reproduces the content, and adds spaces on either side if necessary.\r\n\r\nRemoved the unused numTicks field. ","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/12/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/12/timeline","performed_via_github_app":null,"state_reason":null},"performed_via_github_app":null},{"id":11942808811,"node_id":"HRFPE_lADOKnFwjc5_aUPHzwAAAALH2Mzr","url":"https://api.github.com/repos/rsc/markdown/issues/events/11942808811","actor":{"login":"jba","id":18483045,"node_id":"MDQ6VXNlcjE4NDgzMDQ1","avatar_url":"https://avatars.githubusercontent.com/u/18483045?v=4","gravatar_id":"","url":"https://api.github.com/users/jba","html_url":"https://github.com/jba","followers_url":"https://api.github.com/users/jba/followers","following_url":"https://api.github.com/users/jba/following{/other_user}","gists_url":"https://api.github.com/users/jba/gists{/gist_id}","starred_url":"https://api.github.com/users/jba/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jba/subscriptions","organizations_url":"https://api.github.com/users/jba/orgs","repos_url":"https://api.github.com/users/jba/repos","events_url":"https://api.github.com/users/jba/events{/privacy}","received_events_url":"https://api.github.com/users/jba/received_events","type":"User","site_admin":false},"event":"head_ref_force_pushed","commit_id":null,"commit_url":null,"created_at":"2024-02-27T20:29:08Z","issue":{"url":"https://api.github.com/repos/rsc/markdown/issues/12","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/12/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/12/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/12/events","html_url":"https://github.com/rsc/markdown/pull/12","id":2137605063,"node_id":"PR_kwDOKnFwjc5nCLz2","number":12,"title":"markdown: fix markdown printing for inline code","user":{"login":"jba","id":18483045,"node_id":"MDQ6VXNlcjE4NDgzMDQ1","avatar_url":"https://avatars.githubusercontent.com/u/18483045?v=4","gravatar_id":"","url":"https://api.github.com/users/jba","html_url":"https://github.com/jba","followers_url":"https://api.github.com/users/jba/followers","following_url":"https://api.github.com/users/jba/following{/other_user}","gists_url":"https://api.github.com/users/jba/gists{/gist_id}","starred_url":"https://api.github.com/users/jba/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jba/subscriptions","organizations_url":"https://api.github.com/users/jba/orgs","repos_url":"https://api.github.com/users/jba/repos","events_url":"https://api.github.com/users/jba/events{/privacy}","received_events_url":"https://api.github.com/users/jba/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2024-02-15T23:18:12Z","updated_at":"2024-03-06T14:43:22Z","closed_at":"2024-03-06T14:43:22Z","author_association":"COLLABORATOR","active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/rsc/markdown/pulls/12","html_url":"https://github.com/rsc/markdown/pull/12","diff_url":"https://github.com/rsc/markdown/pull/12.diff","patch_url":"https://github.com/rsc/markdown/pull/12.patch","merged_at":"2024-03-06T14:43:22Z"},"body":"Code.printMarkdown outputs the minimum number of backticks that reproduces the content, and adds spaces on either side if necessary.\r\n\r\nRemoved the unused numTicks field. ","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/12/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/12/timeline","performed_via_github_app":null,"state_reason":null},"performed_via_github_app":null},{"id":11822212932,"node_id":"RRE_lADOKnFwjc5_aUPHzwAAAALAqKdE","url":"https://api.github.com/repos/rsc/markdown/issues/events/11822212932","actor":{"login":"jba","id":18483045,"node_id":"MDQ6VXNlcjE4NDgzMDQ1","avatar_url":"https://avatars.githubusercontent.com/u/18483045?v=4","gravatar_id":"","url":"https://api.github.com/users/jba","html_url":"https://github.com/jba","followers_url":"https://api.github.com/users/jba/followers","following_url":"https://api.github.com/users/jba/following{/other_user}","gists_url":"https://api.github.com/users/jba/gists{/gist_id}","starred_url":"https://api.github.com/users/jba/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jba/subscriptions","organizations_url":"https://api.github.com/users/jba/orgs","repos_url":"https://api.github.com/users/jba/repos","events_url":"https://api.github.com/users/jba/events{/privacy}","received_events_url":"https://api.github.com/users/jba/received_events","type":"User","site_admin":false},"event":"review_requested","commit_id":null,"commit_url":null,"created_at":"2024-02-15T23:18:12Z","review_requester":{"login":"jba","id":18483045,"node_id":"MDQ6VXNlcjE4NDgzMDQ1","avatar_url":"https://avatars.githubusercontent.com/u/18483045?v=4","gravatar_id":"","url":"https://api.github.com/users/jba","html_url":"https://github.com/jba","followers_url":"https://api.github.com/users/jba/followers","following_url":"https://api.github.com/users/jba/following{/other_user}","gists_url":"https://api.github.com/users/jba/gists{/gist_id}","starred_url":"https://api.github.com/users/jba/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jba/subscriptions","organizations_url":"https://api.github.com/users/jba/orgs","repos_url":"https://api.github.com/users/jba/repos","events_url":"https://api.github.com/users/jba/events{/privacy}","received_events_url":"https://api.github.com/users/jba/received_events","type":"User","site_admin":false},"requested_reviewer":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"issue":{"url":"https://api.github.com/repos/rsc/markdown/issues/12","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/12/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/12/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/12/events","html_url":"https://github.com/rsc/markdown/pull/12","id":2137605063,"node_id":"PR_kwDOKnFwjc5nCLz2","number":12,"title":"markdown: fix markdown printing for inline code","user":{"login":"jba","id":18483045,"node_id":"MDQ6VXNlcjE4NDgzMDQ1","avatar_url":"https://avatars.githubusercontent.com/u/18483045?v=4","gravatar_id":"","url":"https://api.github.com/users/jba","html_url":"https://github.com/jba","followers_url":"https://api.github.com/users/jba/followers","following_url":"https://api.github.com/users/jba/following{/other_user}","gists_url":"https://api.github.com/users/jba/gists{/gist_id}","starred_url":"https://api.github.com/users/jba/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jba/subscriptions","organizations_url":"https://api.github.com/users/jba/orgs","repos_url":"https://api.github.com/users/jba/repos","events_url":"https://api.github.com/users/jba/events{/privacy}","received_events_url":"https://api.github.com/users/jba/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2024-02-15T23:18:12Z","updated_at":"2024-03-06T14:43:22Z","closed_at":"2024-03-06T14:43:22Z","author_association":"COLLABORATOR","active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/rsc/markdown/pulls/12","html_url":"https://github.com/rsc/markdown/pull/12","diff_url":"https://github.com/rsc/markdown/pull/12.diff","patch_url":"https://github.com/rsc/markdown/pull/12.patch","merged_at":"2024-03-06T14:43:22Z"},"body":"Code.printMarkdown outputs the minimum number of backticks that reproduces the content, and adds spaces on either side if necessary.\r\n\r\nRemoved the unused numTicks field. ","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/12/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/12/timeline","performed_via_github_app":null,"state_reason":null},"performed_via_github_app":null},{"id":11506369300,"node_id":"CE_lADOKnFwjc57yW0-zwAAAAKt1UMU","url":"https://api.github.com/repos/rsc/markdown/issues/events/11506369300","actor":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"event":"closed","commit_id":null,"commit_url":null,"created_at":"2024-01-17T04:41:48Z","state_reason":null,"issue":{"url":"https://api.github.com/repos/rsc/markdown/issues/11","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/11/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/11/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/11/events","html_url":"https://github.com/rsc/markdown/pull/11","id":2076798270,"node_id":"PR_kwDOKnFwjc5j0LtA","number":11,"title":"render markdown for document link references","user":{"login":"jba","id":18483045,"node_id":"MDQ6VXNlcjE4NDgzMDQ1","avatar_url":"https://avatars.githubusercontent.com/u/18483045?v=4","gravatar_id":"","url":"https://api.github.com/users/jba","html_url":"https://github.com/jba","followers_url":"https://api.github.com/users/jba/followers","following_url":"https://api.github.com/users/jba/following{/other_user}","gists_url":"https://api.github.com/users/jba/gists{/gist_id}","starred_url":"https://api.github.com/users/jba/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jba/subscriptions","organizations_url":"https://api.github.com/users/jba/orgs","repos_url":"https://api.github.com/users/jba/repos","events_url":"https://api.github.com/users/jba/events{/privacy}","received_events_url":"https://api.github.com/users/jba/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":1,"created_at":"2024-01-11T14:20:56Z","updated_at":"2024-01-17T04:41:48Z","closed_at":"2024-01-17T04:41:48Z","author_association":"COLLABORATOR","active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/rsc/markdown/pulls/11","html_url":"https://github.com/rsc/markdown/pull/11","diff_url":"https://github.com/rsc/markdown/pull/11.diff","patch_url":"https://github.com/rsc/markdown/pull/11.patch","merged_at":null},"body":null,"reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/11/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/11/timeline","performed_via_github_app":null,"state_reason":null},"performed_via_github_app":null},{"id":11506360992,"node_id":"CE_lADOKnFwjc57xsrdzwAAAAKt1SKg","url":"https://api.github.com/repos/rsc/markdown/issues/events/11506360992","actor":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"event":"closed","commit_id":null,"commit_url":null,"created_at":"2024-01-17T04:39:59Z","state_reason":null,"issue":{"url":"https://api.github.com/repos/rsc/markdown/issues/10","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/10/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/10/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/10/events","html_url":"https://github.com/rsc/markdown/pull/10","id":2076625629,"node_id":"PR_kwDOKnFwjc5jzktS","number":10,"title":"fix markdown rendering of headings with IDs","user":{"login":"jba","id":18483045,"node_id":"MDQ6VXNlcjE4NDgzMDQ1","avatar_url":"https://avatars.githubusercontent.com/u/18483045?v=4","gravatar_id":"","url":"https://api.github.com/users/jba","html_url":"https://github.com/jba","followers_url":"https://api.github.com/users/jba/followers","following_url":"https://api.github.com/users/jba/following{/other_user}","gists_url":"https://api.github.com/users/jba/gists{/gist_id}","starred_url":"https://api.github.com/users/jba/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jba/subscriptions","organizations_url":"https://api.github.com/users/jba/orgs","repos_url":"https://api.github.com/users/jba/repos","events_url":"https://api.github.com/users/jba/events{/privacy}","received_events_url":"https://api.github.com/users/jba/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":1,"created_at":"2024-01-11T13:15:34Z","updated_at":"2024-01-17T04:39:59Z","closed_at":"2024-01-17T04:39:59Z","author_association":"COLLABORATOR","active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/rsc/markdown/pulls/10","html_url":"https://github.com/rsc/markdown/pull/10","diff_url":"https://github.com/rsc/markdown/pull/10.diff","patch_url":"https://github.com/rsc/markdown/pull/10.patch","merged_at":null},"body":"Move the newline after the heading text to after the ID.","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/10/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/10/timeline","performed_via_github_app":null,"state_reason":null},"performed_via_github_app":null},{"id":11456466988,"node_id":"RRE_lADOKnFwjc57xsrdzwAAAAKq29As","url":"https://api.github.com/repos/rsc/markdown/issues/events/11456466988","actor":{"login":"jba","id":18483045,"node_id":"MDQ6VXNlcjE4NDgzMDQ1","avatar_url":"https://avatars.githubusercontent.com/u/18483045?v=4","gravatar_id":"","url":"https://api.github.com/users/jba","html_url":"https://github.com/jba","followers_url":"https://api.github.com/users/jba/followers","following_url":"https://api.github.com/users/jba/following{/other_user}","gists_url":"https://api.github.com/users/jba/gists{/gist_id}","starred_url":"https://api.github.com/users/jba/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jba/subscriptions","organizations_url":"https://api.github.com/users/jba/orgs","repos_url":"https://api.github.com/users/jba/repos","events_url":"https://api.github.com/users/jba/events{/privacy}","received_events_url":"https://api.github.com/users/jba/received_events","type":"User","site_admin":false},"event":"review_requested","commit_id":null,"commit_url":null,"created_at":"2024-01-11T13:15:34Z","review_requester":{"login":"jba","id":18483045,"node_id":"MDQ6VXNlcjE4NDgzMDQ1","avatar_url":"https://avatars.githubusercontent.com/u/18483045?v=4","gravatar_id":"","url":"https://api.github.com/users/jba","html_url":"https://github.com/jba","followers_url":"https://api.github.com/users/jba/followers","following_url":"https://api.github.com/users/jba/following{/other_user}","gists_url":"https://api.github.com/users/jba/gists{/gist_id}","starred_url":"https://api.github.com/users/jba/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jba/subscriptions","organizations_url":"https://api.github.com/users/jba/orgs","repos_url":"https://api.github.com/users/jba/repos","events_url":"https://api.github.com/users/jba/events{/privacy}","received_events_url":"https://api.github.com/users/jba/received_events","type":"User","site_admin":false},"requested_reviewer":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"issue":{"url":"https://api.github.com/repos/rsc/markdown/issues/10","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/10/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/10/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/10/events","html_url":"https://github.com/rsc/markdown/pull/10","id":2076625629,"node_id":"PR_kwDOKnFwjc5jzktS","number":10,"title":"fix markdown rendering of headings with IDs","user":{"login":"jba","id":18483045,"node_id":"MDQ6VXNlcjE4NDgzMDQ1","avatar_url":"https://avatars.githubusercontent.com/u/18483045?v=4","gravatar_id":"","url":"https://api.github.com/users/jba","html_url":"https://github.com/jba","followers_url":"https://api.github.com/users/jba/followers","following_url":"https://api.github.com/users/jba/following{/other_user}","gists_url":"https://api.github.com/users/jba/gists{/gist_id}","starred_url":"https://api.github.com/users/jba/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jba/subscriptions","organizations_url":"https://api.github.com/users/jba/orgs","repos_url":"https://api.github.com/users/jba/repos","events_url":"https://api.github.com/users/jba/events{/privacy}","received_events_url":"https://api.github.com/users/jba/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":1,"created_at":"2024-01-11T13:15:34Z","updated_at":"2024-01-17T04:39:59Z","closed_at":"2024-01-17T04:39:59Z","author_association":"COLLABORATOR","active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/rsc/markdown/pulls/10","html_url":"https://github.com/rsc/markdown/pull/10","diff_url":"https://github.com/rsc/markdown/pull/10.diff","patch_url":"https://github.com/rsc/markdown/pull/10.patch","merged_at":null},"body":"Move the newline after the heading text to after the ID.","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/10/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/10/timeline","performed_via_github_app":null,"state_reason":null},"performed_via_github_app":null},{"id":11250194227,"node_id":"CE_lADOKnFwjc55nCn5zwAAAAKekFcz","url":"https://api.github.com/repos/rsc/markdown/issues/events/11250194227","actor":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"event":"closed","commit_id":null,"commit_url":null,"created_at":"2023-12-14T16:21:54Z","state_reason":null,"issue":{"url":"https://api.github.com/repos/rsc/markdown/issues/8","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/8/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/8/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/8/events","html_url":"https://github.com/rsc/markdown/issues/8","id":2040277497,"node_id":"I_kwDOKnFwjc55nCn5","number":8,"title":"Autolink can't start immediately after `[`","user":{"login":"matloob","id":16470053,"node_id":"MDQ6VXNlcjE2NDcwMDUz","avatar_url":"https://avatars.githubusercontent.com/u/16470053?v=4","gravatar_id":"","url":"https://api.github.com/users/matloob","html_url":"https://github.com/matloob","followers_url":"https://api.github.com/users/matloob/followers","following_url":"https://api.github.com/users/matloob/following{/other_user}","gists_url":"https://api.github.com/users/matloob/gists{/gist_id}","starred_url":"https://api.github.com/users/matloob/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/matloob/subscriptions","organizations_url":"https://api.github.com/users/matloob/orgs","repos_url":"https://api.github.com/users/matloob/repos","events_url":"https://api.github.com/users/matloob/events{/privacy}","received_events_url":"https://api.github.com/users/matloob/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":4,"created_at":"2023-12-13T18:44:32Z","updated_at":"2023-12-14T16:21:54Z","closed_at":"2023-12-14T16:21:54Z","author_association":"NONE","active_lock_reason":null,"body":"From the [gfm spec](https://github.github.com/gfm/#autolinks-extension): \r\n\r\n> All such recognized autolinks can only come at the beginning of a line, after whitespace, or any of the delimiting characters *, _, ~, and (.\r\n\r\nHere's a go program that runs markdown and goldmark on the following input: https://go.dev/play/p/kTjBshQ82iQ\r\n\r\n```\r\n[https://golang.org]\r\n```\r\nRendered in github as \r\n\r\n[https://golang.org]\r\n\r\nThe output of the program is \r\n\r\n```\r\nmarkdown:\r\n<p>[<a href=\"https://golang.org%5D\">https://golang.org]</a></p>\r\n\r\n\r\ngoldmark:\r\n<p>[https://golang.org]</p>\r\n```","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/8/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/8/timeline","performed_via_github_app":null,"state_reason":"completed"},"performed_via_github_app":null},{"id":11241620840,"node_id":"CE_lADOKnFwjc55mu-6zwAAAAKeDYVo","url":"https://api.github.com/repos/rsc/markdown/issues/events/11241620840","actor":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"event":"closed","commit_id":"8c4745966286a677e3545b44150ab7491f2f1548","commit_url":"https://api.github.com/repos/rsc/markdown/commits/8c4745966286a677e3545b44150ab7491f2f1548","created_at":"2023-12-13T23:11:57Z","state_reason":null,"issue":{"url":"https://api.github.com/repos/rsc/markdown/issues/7","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/7/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/7/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/7/events","html_url":"https://github.com/rsc/markdown/issues/7","id":2040197050,"node_id":"I_kwDOKnFwjc55mu-6","number":7,"title":"Empty column heading not recognized in table","user":{"login":"matloob","id":16470053,"node_id":"MDQ6VXNlcjE2NDcwMDUz","avatar_url":"https://avatars.githubusercontent.com/u/16470053?v=4","gravatar_id":"","url":"https://api.github.com/users/matloob","html_url":"https://github.com/matloob","followers_url":"https://api.github.com/users/matloob/followers","following_url":"https://api.github.com/users/matloob/following{/other_user}","gists_url":"https://api.github.com/users/matloob/gists{/gist_id}","starred_url":"https://api.github.com/users/matloob/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/matloob/subscriptions","organizations_url":"https://api.github.com/users/matloob/orgs","repos_url":"https://api.github.com/users/matloob/repos","events_url":"https://api.github.com/users/matloob/events{/privacy}","received_events_url":"https://api.github.com/users/matloob/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2023-12-13T17:45:33Z","updated_at":"2023-12-13T23:11:57Z","closed_at":"2023-12-13T23:11:57Z","author_association":"NONE","active_lock_reason":null,"body":"Here's a program that compares markdown and goldmark on the following input https://go.dev/play/p/kEslff4EyTa\r\n\r\n```\r\n| | Foo | Bar |\r\n| -------- | -------- | -------- |\r\n| a | value1 | value2 |\r\n| b | value3 | value4 |\r\n```\r\n\r\nRendered in github as \r\n| | Foo | Bar |\r\n| -------- | -------- | -------- |\r\n| a | value1 | value2 |\r\n| b | value3 | value4 |\r\n\r\nThe output is\r\n```\r\nmarkdown:\r\n<table>\r\n<thead>\r\n<tr>\r\n<th></th>\r\n<th>Foo</th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td>a</td>\r\n<td>value1</td>\r\n</tr>\r\n<tr>\r\n<td>b</td>\r\n<td>value3</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\ngoldmark:\r\n<table>\r\n<thead>\r\n<tr>\r\n<th></th>\r\n<th>Foo</th>\r\n<th>Bar</th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td>a</td>\r\n<td>value1</td>\r\n<td>value2</td>\r\n</tr>\r\n<tr>\r\n<td>b</td>\r\n<td>value3</td>\r\n<td>value4</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n```","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/7/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/7/timeline","performed_via_github_app":null,"state_reason":"completed"},"performed_via_github_app":null},{"id":11241620809,"node_id":"CE_lADOKnFwjc55nI9izwAAAAKeDYVJ","url":"https://api.github.com/repos/rsc/markdown/issues/events/11241620809","actor":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"event":"closed","commit_id":"dfcbaf6f71982715482db407f19dd27e944ed227","commit_url":"https://api.github.com/repos/rsc/markdown/commits/dfcbaf6f71982715482db407f19dd27e944ed227","created_at":"2023-12-13T23:11:57Z","state_reason":null,"issue":{"url":"https://api.github.com/repos/rsc/markdown/issues/9","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/9/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/9/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/9/events","html_url":"https://github.com/rsc/markdown/issues/9","id":2040303458,"node_id":"I_kwDOKnFwjc55nI9i","number":9,"title":"Support escaped `|` in table cells","user":{"login":"matloob","id":16470053,"node_id":"MDQ6VXNlcjE2NDcwMDUz","avatar_url":"https://avatars.githubusercontent.com/u/16470053?v=4","gravatar_id":"","url":"https://api.github.com/users/matloob","html_url":"https://github.com/matloob","followers_url":"https://api.github.com/users/matloob/followers","following_url":"https://api.github.com/users/matloob/following{/other_user}","gists_url":"https://api.github.com/users/matloob/gists{/gist_id}","starred_url":"https://api.github.com/users/matloob/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/matloob/subscriptions","organizations_url":"https://api.github.com/users/matloob/orgs","repos_url":"https://api.github.com/users/matloob/repos","events_url":"https://api.github.com/users/matloob/events{/privacy}","received_events_url":"https://api.github.com/users/matloob/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2023-12-13T19:03:40Z","updated_at":"2023-12-13T23:11:57Z","closed_at":"2023-12-13T23:11:57Z","author_association":"NONE","active_lock_reason":null,"body":"Here's a program that runs goldmark and markdown on the following input https://go.dev/play/p/YgApD-obwxL\r\n\r\n```\r\nFoo | Bar\r\n--- | ---\r\nA | a\\\\|b\\\\|c\r\n```\r\n\r\nrendered in github as \r\n\r\nFoo | Bar\r\n--- | ---\r\nA | a\\\\|b\\\\|c\r\n\r\nThe output of the program is \r\n```\r\nmarkdown:\r\n<table>\r\n<thead>\r\n<tr>\r\n<th>Foo</th>\r\n<th>Bar</th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td>A</td>\r\n<td>a\\</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n\r\ngoldmark:\r\n<table>\r\n<thead>\r\n<tr>\r\n<th>Foo</th>\r\n<th>Bar</th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td>A</td>\r\n<td>a\\|b\\|c</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n```","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/9/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/9/timeline","performed_via_github_app":null,"state_reason":"completed"},"performed_via_github_app":null},{"id":11239005964,"node_id":"REFE_lADOKnFwjc55gYFyzwAAAAKd5Z8M","url":"https://api.github.com/repos/rsc/markdown/issues/events/11239005964","actor":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"event":"referenced","commit_id":"8527271b4049b6d640dcfa6795c398cfeff9c000","commit_url":"https://api.github.com/repos/rsc/markdown/commits/8527271b4049b6d640dcfa6795c398cfeff9c000","created_at":"2023-12-13T17:44:28Z","issue":{"url":"https://api.github.com/repos/rsc/markdown/issues/5","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/5/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/5/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/5/events","html_url":"https://github.com/rsc/markdown/issues/5","id":2038530418,"node_id":"I_kwDOKnFwjc55gYFy","number":5,"title":"Allow `?`, `!`, `.`, `,`, `:,` `*`, `_`, and `~` on the interior of a link","user":{"login":"matloob","id":16470053,"node_id":"MDQ6VXNlcjE2NDcwMDUz","avatar_url":"https://avatars.githubusercontent.com/u/16470053?v=4","gravatar_id":"","url":"https://api.github.com/users/matloob","html_url":"https://github.com/matloob","followers_url":"https://api.github.com/users/matloob/followers","following_url":"https://api.github.com/users/matloob/following{/other_user}","gists_url":"https://api.github.com/users/matloob/gists{/gist_id}","starred_url":"https://api.github.com/users/matloob/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/matloob/subscriptions","organizations_url":"https://api.github.com/users/matloob/orgs","repos_url":"https://api.github.com/users/matloob/repos","events_url":"https://api.github.com/users/matloob/events{/privacy}","received_events_url":"https://api.github.com/users/matloob/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":2,"created_at":"2023-12-12T20:50:38Z","updated_at":"2023-12-13T17:24:41Z","closed_at":"2023-12-13T03:02:31Z","author_association":"NONE","active_lock_reason":null,"body":"GFM allows `?`, `!`, `.`, `,`, `:,` `*`, `_`, and `~` on the interior of a link: https://github.github.com/gfm/#extended-autolink-path-validation\r\n\r\nHere's a program that compares markdown and goldmark on the following input: https://go.dev/play/p/uLHnavChGYX\r\n\r\n```https://web.site:8080/~matloob```\r\n\r\nWhich is rendered on github as \r\nhttps://web.site:8080/~matloob\r\n\r\nThe output of the program is \r\n```\r\nmarkdown:\r\n<p><a href=\"https://web.site\">https://web.site</a>:8080/~matloob</p>\r\n\r\n\r\ngoldmark:\r\n<p><a href=\"https://web.site:8080/~matloob\">https://web.site:8080/~matloob</a></p>\r\n```","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/5/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/5/timeline","performed_via_github_app":null,"state_reason":"completed"},"performed_via_github_app":null},{"id":11230676272,"node_id":"CE_lADOKnFwjc55fzdLzwAAAAKdZoUw","url":"https://api.github.com/repos/rsc/markdown/issues/events/11230676272","actor":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"event":"closed","commit_id":"0ed0e2d57b4d94c109d47593dcaaa40449600da2","commit_url":"https://api.github.com/repos/rsc/markdown/commits/0ed0e2d57b4d94c109d47593dcaaa40449600da2","created_at":"2023-12-13T03:02:32Z","state_reason":null,"issue":{"url":"https://api.github.com/repos/rsc/markdown/issues/1","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/1/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/1/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/1/events","html_url":"https://github.com/rsc/markdown/issues/1","id":2038380363,"node_id":"I_kwDOKnFwjc55fzdL","number":1,"title":"Support Github Emojis","user":{"login":"matloob","id":16470053,"node_id":"MDQ6VXNlcjE2NDcwMDUz","avatar_url":"https://avatars.githubusercontent.com/u/16470053?v=4","gravatar_id":"","url":"https://api.github.com/users/matloob","html_url":"https://github.com/matloob","followers_url":"https://api.github.com/users/matloob/followers","following_url":"https://api.github.com/users/matloob/following{/other_user}","gists_url":"https://api.github.com/users/matloob/gists{/gist_id}","starred_url":"https://api.github.com/users/matloob/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/matloob/subscriptions","organizations_url":"https://api.github.com/users/matloob/orgs","repos_url":"https://api.github.com/users/matloob/repos","events_url":"https://api.github.com/users/matloob/events{/privacy}","received_events_url":"https://api.github.com/users/matloob/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2023-12-12T18:57:39Z","updated_at":"2023-12-13T03:02:32Z","closed_at":"2023-12-13T03:02:32Z","author_association":"NONE","active_lock_reason":null,"body":"This is an issue for supporting github emojis, such as `:smile:` for 😄 . There's a github page that gives a mapping of emojis to image file names that we can parse the hex representation out of here: https://api.github.com/emojis.","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/1/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/1/timeline","performed_via_github_app":null,"state_reason":"completed"},"performed_via_github_app":null},{"id":11230676238,"node_id":"CE_lADOKnFwjc55gikQzwAAAAKdZoUO","url":"https://api.github.com/repos/rsc/markdown/issues/events/11230676238","actor":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"event":"closed","commit_id":"51d9ee0406f8dcc0e992cf51b2b37957107dbfd6","commit_url":"https://api.github.com/repos/rsc/markdown/commits/51d9ee0406f8dcc0e992cf51b2b37957107dbfd6","created_at":"2023-12-13T03:02:32Z","state_reason":null,"issue":{"url":"https://api.github.com/repos/rsc/markdown/issues/6","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/6/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/6/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/6/events","html_url":"https://github.com/rsc/markdown/issues/6","id":2038573328,"node_id":"I_kwDOKnFwjc55gikQ","number":6,"title":"goldmark and markdown diff with h1 inside p","user":{"login":"matloob","id":16470053,"node_id":"MDQ6VXNlcjE2NDcwMDUz","avatar_url":"https://avatars.githubusercontent.com/u/16470053?v=4","gravatar_id":"","url":"https://api.github.com/users/matloob","html_url":"https://github.com/matloob","followers_url":"https://api.github.com/users/matloob/followers","following_url":"https://api.github.com/users/matloob/following{/other_user}","gists_url":"https://api.github.com/users/matloob/gists{/gist_id}","starred_url":"https://api.github.com/users/matloob/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/matloob/subscriptions","organizations_url":"https://api.github.com/users/matloob/orgs","repos_url":"https://api.github.com/users/matloob/repos","events_url":"https://api.github.com/users/matloob/events{/privacy}","received_events_url":"https://api.github.com/users/matloob/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2023-12-12T21:26:15Z","updated_at":"2023-12-13T03:02:32Z","closed_at":"2023-12-13T03:02:32Z","author_association":"NONE","active_lock_reason":null,"body":"Here's a program that runs goldmark and markdown on the following input: https://go.dev/play/p/rTnPTxps_zw\r\n\r\n```\r\n<p align=\"center\">\r\n\r\n<h1>Text</h1>\r\nbody\r\n</p>\r\n```\r\n\r\nIt's hard for me to tell exactly what github is doing with this input, but it doesn't seem like it's putting the h1 into a p:\r\n\r\n<p align=\"center\">\r\n\r\n<h1>Text</h1>\r\nbody\r\n</p>\r\n\r\nHere's the output of the program:\r\n```\r\nmarkdown:\r\n<p align=\"center\">\r\n<p><h1>Text</h1>\r\nbody</p>\r\n</p>\r\n\r\n\r\ngoldmark:\r\n<p align=\"center\">\r\n<h1>Text</h1>\r\nbody\r\n</p>\r\n```","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/6/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/6/timeline","performed_via_github_app":null,"state_reason":"completed"},"performed_via_github_app":null},{"id":11230676200,"node_id":"CE_lADOKnFwjc55gYFyzwAAAAKdZoTo","url":"https://api.github.com/repos/rsc/markdown/issues/events/11230676200","actor":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"event":"closed","commit_id":"4b85f2bd9fc3260214381f9a5e2df00ff9c20df9","commit_url":"https://api.github.com/repos/rsc/markdown/commits/4b85f2bd9fc3260214381f9a5e2df00ff9c20df9","created_at":"2023-12-13T03:02:31Z","state_reason":null,"issue":{"url":"https://api.github.com/repos/rsc/markdown/issues/5","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/5/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/5/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/5/events","html_url":"https://github.com/rsc/markdown/issues/5","id":2038530418,"node_id":"I_kwDOKnFwjc55gYFy","number":5,"title":"Allow `?`, `!`, `.`, `,`, `:,` `*`, `_`, and `~` on the interior of a link","user":{"login":"matloob","id":16470053,"node_id":"MDQ6VXNlcjE2NDcwMDUz","avatar_url":"https://avatars.githubusercontent.com/u/16470053?v=4","gravatar_id":"","url":"https://api.github.com/users/matloob","html_url":"https://github.com/matloob","followers_url":"https://api.github.com/users/matloob/followers","following_url":"https://api.github.com/users/matloob/following{/other_user}","gists_url":"https://api.github.com/users/matloob/gists{/gist_id}","starred_url":"https://api.github.com/users/matloob/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/matloob/subscriptions","organizations_url":"https://api.github.com/users/matloob/orgs","repos_url":"https://api.github.com/users/matloob/repos","events_url":"https://api.github.com/users/matloob/events{/privacy}","received_events_url":"https://api.github.com/users/matloob/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":2,"created_at":"2023-12-12T20:50:38Z","updated_at":"2023-12-13T17:24:41Z","closed_at":"2023-12-13T03:02:31Z","author_association":"NONE","active_lock_reason":null,"body":"GFM allows `?`, `!`, `.`, `,`, `:,` `*`, `_`, and `~` on the interior of a link: https://github.github.com/gfm/#extended-autolink-path-validation\r\n\r\nHere's a program that compares markdown and goldmark on the following input: https://go.dev/play/p/uLHnavChGYX\r\n\r\n```https://web.site:8080/~matloob```\r\n\r\nWhich is rendered on github as \r\nhttps://web.site:8080/~matloob\r\n\r\nThe output of the program is \r\n```\r\nmarkdown:\r\n<p><a href=\"https://web.site\">https://web.site</a>:8080/~matloob</p>\r\n\r\n\r\ngoldmark:\r\n<p><a href=\"https://web.site:8080/~matloob\">https://web.site:8080/~matloob</a></p>\r\n```","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/5/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/5/timeline","performed_via_github_app":null,"state_reason":"completed"},"performed_via_github_app":null},{"id":11230676181,"node_id":"REFE_lADOKnFwjc55gTTPzwAAAAKdZoTV","url":"https://api.github.com/repos/rsc/markdown/issues/events/11230676181","actor":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"event":"referenced","commit_id":"4b85f2bd9fc3260214381f9a5e2df00ff9c20df9","commit_url":"https://api.github.com/repos/rsc/markdown/commits/4b85f2bd9fc3260214381f9a5e2df00ff9c20df9","created_at":"2023-12-13T03:02:31Z","issue":{"url":"https://api.github.com/repos/rsc/markdown/issues/3","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/3/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/3/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/3/events","html_url":"https://github.com/rsc/markdown/issues/3","id":2038510799,"node_id":"I_kwDOKnFwjc55gTTP","number":3,"title":"support : in autolinks","user":{"login":"matloob","id":16470053,"node_id":"MDQ6VXNlcjE2NDcwMDUz","avatar_url":"https://avatars.githubusercontent.com/u/16470053?v=4","gravatar_id":"","url":"https://api.github.com/users/matloob","html_url":"https://github.com/matloob","followers_url":"https://api.github.com/users/matloob/followers","following_url":"https://api.github.com/users/matloob/following{/other_user}","gists_url":"https://api.github.com/users/matloob/gists{/gist_id}","starred_url":"https://api.github.com/users/matloob/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/matloob/subscriptions","organizations_url":"https://api.github.com/users/matloob/orgs","repos_url":"https://api.github.com/users/matloob/repos","events_url":"https://api.github.com/users/matloob/events{/privacy}","received_events_url":"https://api.github.com/users/matloob/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":1,"created_at":"2023-12-12T20:34:03Z","updated_at":"2023-12-12T21:04:04Z","closed_at":"2023-12-12T21:04:04Z","author_association":"NONE","active_lock_reason":null,"body":"Edit: it looks like github does treat https://localhost as an autolink even though the GFM spec says a valid domain must have at least one dot. We should support https://localhost:8080\r\n\r\nProgram running goldmark and markdown on input: https://go.dev/play/p/FCJ0gp84YZQ\r\n\r\n```\r\nhttps://localhost:8080\r\n```\r\n\r\noutput is ```\r\nmarkdown:\r\n<p><a href=\"https://localhost\">https://localhost</a>:8080</p>\r\n\r\n\r\ngoldmark:\r\n<p>https://localhost:8080</p>\r\n```\r\n\r\nIt looks like goldmark is doing the wrong thing here but we should handle the :8080\r\n","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/3/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/3/timeline","performed_via_github_app":null,"state_reason":"completed"},"performed_via_github_app":null},{"id":11230676170,"node_id":"CE_lADOKnFwjc55gV-CzwAAAAKdZoTK","url":"https://api.github.com/repos/rsc/markdown/issues/events/11230676170","actor":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"event":"closed","commit_id":"4468a1ed4300a71fdd3ce2906cd3dc7a2371a625","commit_url":"https://api.github.com/repos/rsc/markdown/commits/4468a1ed4300a71fdd3ce2906cd3dc7a2371a625","created_at":"2023-12-13T03:02:31Z","state_reason":null,"issue":{"url":"https://api.github.com/repos/rsc/markdown/issues/4","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/4/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/4/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/4/events","html_url":"https://github.com/rsc/markdown/issues/4","id":2038521730,"node_id":"I_kwDOKnFwjc55gV-C","number":4,"title":"Replace newlines with spaces in alt text","user":{"login":"matloob","id":16470053,"node_id":"MDQ6VXNlcjE2NDcwMDUz","avatar_url":"https://avatars.githubusercontent.com/u/16470053?v=4","gravatar_id":"","url":"https://api.github.com/users/matloob","html_url":"https://github.com/matloob","followers_url":"https://api.github.com/users/matloob/followers","following_url":"https://api.github.com/users/matloob/following{/other_user}","gists_url":"https://api.github.com/users/matloob/gists{/gist_id}","starred_url":"https://api.github.com/users/matloob/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/matloob/subscriptions","organizations_url":"https://api.github.com/users/matloob/orgs","repos_url":"https://api.github.com/users/matloob/repos","events_url":"https://api.github.com/users/matloob/events{/privacy}","received_events_url":"https://api.github.com/users/matloob/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2023-12-12T20:43:15Z","updated_at":"2023-12-13T03:02:31Z","closed_at":"2023-12-13T03:02:31Z","author_association":"NONE","active_lock_reason":null,"body":"Here's a go program that runs markdown and goldmark on the following input: https://go.dev/play/p/zZ0vWAgKB0c:\r\n\r\n```\r\n[![Line\r\nBreak](https://line.break/image)](https://line.break)\r\n```\r\n\r\nWhich is rendered on github with a space instead of the newline in the alt text:\r\n\r\n```\r\n<p dir=\"auto\"><a href=\"https://line.break\" rel=\"nofollow\"><img src=\"https://camo.githubusercontent.com/743b6218bc25f78b5f7f654f1ce773766351a2e3605cf8b47c60659055c218ac/68747470733a2f2f6c696e652e627265616b2f696d616765\" alt=\"Line Break\" data-canonical-src=\"https://line.break/image\" style=\"max-width: 100%;\"></a></p>\r\n```\r\n\r\nThe output is \r\n```\r\nmarkdown:\r\n<p><a href=\"https://line.break\"><img src=\"https://line.break/image\" alt=\"LineBreak\" /></a></p>\r\n\r\n\r\ngoldmark:\r\n<p><a href=\"https://line.break\"><img src=\"https://line.break/image\" alt=\"Line\r\nBreak\" /></a></p>\r\n```\r\n\r\nIt seems like goldmark's behavior is also different from github's as goldmark preserves the line break.\r\n","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/4/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/4/timeline","performed_via_github_app":null,"state_reason":"completed"},"performed_via_github_app":null},{"id":11230676151,"node_id":"CE_lADOKnFwjc55gRQOzwAAAAKdZoS3","url":"https://api.github.com/repos/rsc/markdown/issues/events/11230676151","actor":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"event":"closed","commit_id":"58f2e15c42bf1ce69bbbfa0c81193db5d6e5c814","commit_url":"https://api.github.com/repos/rsc/markdown/commits/58f2e15c42bf1ce69bbbfa0c81193db5d6e5c814","created_at":"2023-12-13T03:02:31Z","state_reason":null,"issue":{"url":"https://api.github.com/repos/rsc/markdown/issues/2","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/2/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/2/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/2/events","html_url":"https://github.com/rsc/markdown/issues/2","id":2038502414,"node_id":"I_kwDOKnFwjc55gRQO","number":2,"title":"allow capital X in task list items","user":{"login":"matloob","id":16470053,"node_id":"MDQ6VXNlcjE2NDcwMDUz","avatar_url":"https://avatars.githubusercontent.com/u/16470053?v=4","gravatar_id":"","url":"https://api.github.com/users/matloob","html_url":"https://github.com/matloob","followers_url":"https://api.github.com/users/matloob/followers","following_url":"https://api.github.com/users/matloob/following{/other_user}","gists_url":"https://api.github.com/users/matloob/gists{/gist_id}","starred_url":"https://api.github.com/users/matloob/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/matloob/subscriptions","organizations_url":"https://api.github.com/users/matloob/orgs","repos_url":"https://api.github.com/users/matloob/repos","events_url":"https://api.github.com/users/matloob/events{/privacy}","received_events_url":"https://api.github.com/users/matloob/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2023-12-12T20:28:39Z","updated_at":"2023-12-13T03:02:30Z","closed_at":"2023-12-13T03:02:30Z","author_association":"NONE","active_lock_reason":null,"body":"Here's a go program running goldmark and markdown on the following input: https://go.dev/play/p/fZRthH1dl4B\r\n```\r\n- [X] task list item\r\n```\r\nWhich is rendered on github as:\r\n\r\n- [X] task list item\r\n\r\nIts output is:\r\n```\r\nmarkdown:\r\n<ul>\r\n<li>[X] task list item</li>\r\n</ul>\r\n\r\n\r\ngoldmark:\r\n<ul>\r\n<li><input checked=\"\" disabled=\"\" type=\"checkbox\" /> task list item</li>\r\n</ul>\r\n\r\n```","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/2/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/2/timeline","performed_via_github_app":null,"state_reason":"completed"},"performed_via_github_app":null},{"id":11228628324,"node_id":"CE_lADOKnFwjc55gTTPzwAAAAKdR0Vk","url":"https://api.github.com/repos/rsc/markdown/issues/events/11228628324","actor":{"login":"matloob","id":16470053,"node_id":"MDQ6VXNlcjE2NDcwMDUz","avatar_url":"https://avatars.githubusercontent.com/u/16470053?v=4","gravatar_id":"","url":"https://api.github.com/users/matloob","html_url":"https://github.com/matloob","followers_url":"https://api.github.com/users/matloob/followers","following_url":"https://api.github.com/users/matloob/following{/other_user}","gists_url":"https://api.github.com/users/matloob/gists{/gist_id}","starred_url":"https://api.github.com/users/matloob/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/matloob/subscriptions","organizations_url":"https://api.github.com/users/matloob/orgs","repos_url":"https://api.github.com/users/matloob/repos","events_url":"https://api.github.com/users/matloob/events{/privacy}","received_events_url":"https://api.github.com/users/matloob/received_events","type":"User","site_admin":false},"event":"closed","commit_id":null,"commit_url":null,"created_at":"2023-12-12T21:04:04Z","state_reason":null,"issue":{"url":"https://api.github.com/repos/rsc/markdown/issues/3","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/3/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/3/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/3/events","html_url":"https://github.com/rsc/markdown/issues/3","id":2038510799,"node_id":"I_kwDOKnFwjc55gTTP","number":3,"title":"support : in autolinks","user":{"login":"matloob","id":16470053,"node_id":"MDQ6VXNlcjE2NDcwMDUz","avatar_url":"https://avatars.githubusercontent.com/u/16470053?v=4","gravatar_id":"","url":"https://api.github.com/users/matloob","html_url":"https://github.com/matloob","followers_url":"https://api.github.com/users/matloob/followers","following_url":"https://api.github.com/users/matloob/following{/other_user}","gists_url":"https://api.github.com/users/matloob/gists{/gist_id}","starred_url":"https://api.github.com/users/matloob/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/matloob/subscriptions","organizations_url":"https://api.github.com/users/matloob/orgs","repos_url":"https://api.github.com/users/matloob/repos","events_url":"https://api.github.com/users/matloob/events{/privacy}","received_events_url":"https://api.github.com/users/matloob/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":1,"created_at":"2023-12-12T20:34:03Z","updated_at":"2023-12-12T21:04:04Z","closed_at":"2023-12-12T21:04:04Z","author_association":"NONE","active_lock_reason":null,"body":"Edit: it looks like github does treat https://localhost as an autolink even though the GFM spec says a valid domain must have at least one dot. We should support https://localhost:8080\r\n\r\nProgram running goldmark and markdown on input: https://go.dev/play/p/FCJ0gp84YZQ\r\n\r\n```\r\nhttps://localhost:8080\r\n```\r\n\r\noutput is ```\r\nmarkdown:\r\n<p><a href=\"https://localhost\">https://localhost</a>:8080</p>\r\n\r\n\r\ngoldmark:\r\n<p>https://localhost:8080</p>\r\n```\r\n\r\nIt looks like goldmark is doing the wrong thing here but we should handle the :8080\r\n","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/3/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/3/timeline","performed_via_github_app":null,"state_reason":"completed"},"performed_via_github_app":null},{"id":11228615168,"node_id":"RTE_lADOKnFwjc55gTTPzwAAAAKdRxIA","url":"https://api.github.com/repos/rsc/markdown/issues/events/11228615168","actor":{"login":"matloob","id":16470053,"node_id":"MDQ6VXNlcjE2NDcwMDUz","avatar_url":"https://avatars.githubusercontent.com/u/16470053?v=4","gravatar_id":"","url":"https://api.github.com/users/matloob","html_url":"https://github.com/matloob","followers_url":"https://api.github.com/users/matloob/followers","following_url":"https://api.github.com/users/matloob/following{/other_user}","gists_url":"https://api.github.com/users/matloob/gists{/gist_id}","starred_url":"https://api.github.com/users/matloob/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/matloob/subscriptions","organizations_url":"https://api.github.com/users/matloob/orgs","repos_url":"https://api.github.com/users/matloob/repos","events_url":"https://api.github.com/users/matloob/events{/privacy}","received_events_url":"https://api.github.com/users/matloob/received_events","type":"User","site_admin":false},"event":"renamed","commit_id":null,"commit_url":null,"created_at":"2023-12-12T21:02:28Z","rename":{"from":"require at least one dot in autolink url domains","to":"support : in autolinks"},"issue":{"url":"https://api.github.com/repos/rsc/markdown/issues/3","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/3/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/3/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/3/events","html_url":"https://github.com/rsc/markdown/issues/3","id":2038510799,"node_id":"I_kwDOKnFwjc55gTTP","number":3,"title":"support : in autolinks","user":{"login":"matloob","id":16470053,"node_id":"MDQ6VXNlcjE2NDcwMDUz","avatar_url":"https://avatars.githubusercontent.com/u/16470053?v=4","gravatar_id":"","url":"https://api.github.com/users/matloob","html_url":"https://github.com/matloob","followers_url":"https://api.github.com/users/matloob/followers","following_url":"https://api.github.com/users/matloob/following{/other_user}","gists_url":"https://api.github.com/users/matloob/gists{/gist_id}","starred_url":"https://api.github.com/users/matloob/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/matloob/subscriptions","organizations_url":"https://api.github.com/users/matloob/orgs","repos_url":"https://api.github.com/users/matloob/repos","events_url":"https://api.github.com/users/matloob/events{/privacy}","received_events_url":"https://api.github.com/users/matloob/received_events","type":"User","site_admin":false},"labels":[],"state":"closed","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":1,"created_at":"2023-12-12T20:34:03Z","updated_at":"2023-12-12T21:04:04Z","closed_at":"2023-12-12T21:04:04Z","author_association":"NONE","active_lock_reason":null,"body":"Edit: it looks like github does treat https://localhost as an autolink even though the GFM spec says a valid domain must have at least one dot. We should support https://localhost:8080\r\n\r\nProgram running goldmark and markdown on input: https://go.dev/play/p/FCJ0gp84YZQ\r\n\r\n```\r\nhttps://localhost:8080\r\n```\r\n\r\noutput is ```\r\nmarkdown:\r\n<p><a href=\"https://localhost\">https://localhost</a>:8080</p>\r\n\r\n\r\ngoldmark:\r\n<p>https://localhost:8080</p>\r\n```\r\n\r\nIt looks like goldmark is doing the wrong thing here but we should handle the :8080\r\n","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/3/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/3/timeline","performed_via_github_app":null,"state_reason":"completed"},"performed_via_github_app":null}]207 3696 |
| GET https://api.github.com/repos/rsc/markdown/issues?direction=asc&page=1&per_page=100&since=2024-05-21T17%3A56%3A12Z&sort=updated&state=all HTTP/1.1
|
| Host: api.github.com
|
| User-Agent: Go-http-client/1.1
|
|
|
| HTTP/2.0 200 OK
|
| Accept-Ranges: bytes
|
| Access-Control-Allow-Origin: *
|
| Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
|
| Cache-Control: public, max-age=60, s-maxage=60
|
| Content-Security-Policy: default-src 'none'
|
| Content-Type: application/json; charset=utf-8
|
| Date: Mon, 03 Jun 2024 21:18:53 GMT
|
| Etag: W/"4d6573942568b9042ff639b9a2868d81e436d14b7347efa7ed7b787e0b0a6719"
|
| Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
|
| Server: GitHub.com
|
| Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
|
| Vary: Accept, Accept-Encoding, Accept, X-Requested-With
|
| X-Content-Type-Options: nosniff
|
| X-Frame-Options: deny
|
| X-Github-Api-Version-Selected: 2022-11-28
|
| X-Github-Media-Type: github.v3; format=json
|
| X-Github-Request-Id: F461:3487CD:17EDB8:2822AE:665E333D
|
| X-Ratelimit-Limit: 60
|
| X-Ratelimit-Remaining: 32
|
| X-Ratelimit-Reset: 1717452520
|
| X-Ratelimit-Resource: core
|
| X-Ratelimit-Used: 28
|
| X-Xss-Protection: 0
|
|
|
| [{"url":"https://api.github.com/repos/rsc/markdown/issues/19","repository_url":"https://api.github.com/repos/rsc/markdown","labels_url":"https://api.github.com/repos/rsc/markdown/issues/19/labels{/name}","comments_url":"https://api.github.com/repos/rsc/markdown/issues/19/comments","events_url":"https://api.github.com/repos/rsc/markdown/issues/19/events","html_url":"https://github.com/rsc/markdown/issues/19","id":2308816936,"node_id":"I_kwDOKnFwjc6JncAo","number":19,"title":"feature: synthesize lowercase anchors for heading","user":{"login":"adonovan","id":5658175,"node_id":"MDQ6VXNlcjU2NTgxNzU=","avatar_url":"https://avatars.githubusercontent.com/u/5658175?v=4","gravatar_id":"","url":"https://api.github.com/users/adonovan","html_url":"https://github.com/adonovan","followers_url":"https://api.github.com/users/adonovan/followers","following_url":"https://api.github.com/users/adonovan/following{/other_user}","gists_url":"https://api.github.com/users/adonovan/gists{/gist_id}","starred_url":"https://api.github.com/users/adonovan/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/adonovan/subscriptions","organizations_url":"https://api.github.com/users/adonovan/orgs","repos_url":"https://api.github.com/users/adonovan/repos","events_url":"https://api.github.com/users/adonovan/events{/privacy}","received_events_url":"https://api.github.com/users/adonovan/received_events","type":"User","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2024-05-21T17:56:12Z","updated_at":"2024-05-21T17:56:12Z","closed_at":null,"author_association":"NONE","active_lock_reason":null,"body":"GitHub's markdown renderer synthesizes lowercase anchors for headings. For example, this heading, `## Diagnostic`, can be found using either of these two URLs, which differ in the case of their fragment ID:\r\n\r\nhttps://github.com/golang/tools/blob/master/gopls/doc/settings.md#diagnostic\r\nhttps://github.com/golang/tools/blob/master/gopls/doc/settings.md#Diagnostic\r\n\r\nPerhaps your markdown renderer (which has been really useful--thanks!) could do the same.","reactions":{"url":"https://api.github.com/repos/rsc/markdown/issues/19/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/rsc/markdown/issues/19/timeline","performed_via_github_app":null,"state_reason":null}]233 2479 |
| GET https://api.github.com/repos/rsc/markdown/issues/1/events?page=1&per_page=100 HTTP/1.1
|
| Host: api.github.com
|
| User-Agent: Go-http-client/1.1
|
| If-None-Match: W/"b32162ef721268ee8773fa3227c3895dbc769136adf7a51b10b7d6bcefc94ddc"
|
|
|
| HTTP/2.0 200 OK
|
| Accept-Ranges: bytes
|
| Access-Control-Allow-Origin: *
|
| Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
|
| Cache-Control: public, max-age=60, s-maxage=60
|
| Content-Security-Policy: default-src 'none'
|
| Content-Type: application/json; charset=utf-8
|
| Date: Mon, 03 Jun 2024 21:18:53 GMT
|
| Etag: W/"c7ef2616708a24b004b2ff7c465323a0c8573c1a7880cb0fb3f9ce56decc3439"
|
| Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
|
| Server: GitHub.com
|
| Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
|
| Vary: Accept, Accept-Encoding, Accept, X-Requested-With
|
| X-Content-Type-Options: nosniff
|
| X-Frame-Options: deny
|
| X-Github-Api-Version-Selected: 2022-11-28
|
| X-Github-Media-Type: github.v3; format=json
|
| X-Github-Request-Id: F461:3487CD:17EE19:282338:665E333D
|
| X-Ratelimit-Limit: 60
|
| X-Ratelimit-Remaining: 31
|
| X-Ratelimit-Reset: 1717452520
|
| X-Ratelimit-Resource: core
|
| X-Ratelimit-Used: 29
|
| X-Xss-Protection: 0
|
|
|
| [{"id":11230676272,"node_id":"CE_lADOKnFwjc55fzdLzwAAAAKdZoUw","url":"https://api.github.com/repos/rsc/markdown/issues/events/11230676272","actor":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"event":"closed","commit_id":"0ed0e2d57b4d94c109d47593dcaaa40449600da2","commit_url":"https://api.github.com/repos/rsc/markdown/commits/0ed0e2d57b4d94c109d47593dcaaa40449600da2","created_at":"2023-12-13T03:02:32Z","state_reason":null,"performed_via_github_app":null}]233 2479 |
| GET https://api.github.com/repos/rsc/markdown/issues/2/events?page=1&per_page=100 HTTP/1.1
|
| Host: api.github.com
|
| User-Agent: Go-http-client/1.1
|
| If-None-Match: W/"b32162ef721268ee8773fa3227c3895dbc769136adf7a51b10b7d6bcefc94ddc"
|
|
|
| HTTP/2.0 200 OK
|
| Accept-Ranges: bytes
|
| Access-Control-Allow-Origin: *
|
| Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
|
| Cache-Control: public, max-age=60, s-maxage=60
|
| Content-Security-Policy: default-src 'none'
|
| Content-Type: application/json; charset=utf-8
|
| Date: Mon, 03 Jun 2024 21:18:53 GMT
|
| Etag: W/"9c64e72a2b87e855a538a66de1313e427ca89bb0d3ecfd6af633ee66b4dfb973"
|
| Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
|
| Server: GitHub.com
|
| Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
|
| Vary: Accept, Accept-Encoding, Accept, X-Requested-With
|
| X-Content-Type-Options: nosniff
|
| X-Frame-Options: deny
|
| X-Github-Api-Version-Selected: 2022-11-28
|
| X-Github-Media-Type: github.v3; format=json
|
| X-Github-Request-Id: F461:3487CD:17EE6F:2823E3:665E333D
|
| X-Ratelimit-Limit: 60
|
| X-Ratelimit-Remaining: 30
|
| X-Ratelimit-Reset: 1717452520
|
| X-Ratelimit-Resource: core
|
| X-Ratelimit-Used: 30
|
| X-Xss-Protection: 0
|
|
|
| [{"id":11230676151,"node_id":"CE_lADOKnFwjc55gRQOzwAAAAKdZoS3","url":"https://api.github.com/repos/rsc/markdown/issues/events/11230676151","actor":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"event":"closed","commit_id":"58f2e15c42bf1ce69bbbfa0c81193db5d6e5c814","commit_url":"https://api.github.com/repos/rsc/markdown/commits/58f2e15c42bf1ce69bbbfa0c81193db5d6e5c814","created_at":"2023-12-13T03:02:31Z","state_reason":null,"performed_via_github_app":null}]233 4912 |
| GET https://api.github.com/repos/rsc/markdown/issues/3/events?page=1&per_page=100 HTTP/1.1
|
| Host: api.github.com
|
| User-Agent: Go-http-client/1.1
|
| If-None-Match: W/"b32162ef721268ee8773fa3227c3895dbc769136adf7a51b10b7d6bcefc94ddc"
|
|
|
| HTTP/2.0 200 OK
|
| Accept-Ranges: bytes
|
| Access-Control-Allow-Origin: *
|
| Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
|
| Cache-Control: public, max-age=60, s-maxage=60
|
| Content-Security-Policy: default-src 'none'
|
| Content-Type: application/json; charset=utf-8
|
| Date: Mon, 03 Jun 2024 21:18:53 GMT
|
| Etag: W/"9033d7d85edd2e951f3670e5e50543f7ccfe96bc3a519685cf38a0f5db8fbd5a"
|
| Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
|
| Server: GitHub.com
|
| Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
|
| Vary: Accept, Accept-Encoding, Accept, X-Requested-With
|
| X-Content-Type-Options: nosniff
|
| X-Frame-Options: deny
|
| X-Github-Api-Version-Selected: 2022-11-28
|
| X-Github-Media-Type: github.v3; format=json
|
| X-Github-Request-Id: F461:3487CD:17EECC:282489:665E333D
|
| X-Ratelimit-Limit: 60
|
| X-Ratelimit-Remaining: 29
|
| X-Ratelimit-Reset: 1717452520
|
| X-Ratelimit-Resource: core
|
| X-Ratelimit-Used: 31
|
| X-Xss-Protection: 0
|
|
|
| [{"id":11228615168,"node_id":"RTE_lADOKnFwjc55gTTPzwAAAAKdRxIA","url":"https://api.github.com/repos/rsc/markdown/issues/events/11228615168","actor":{"login":"matloob","id":16470053,"node_id":"MDQ6VXNlcjE2NDcwMDUz","avatar_url":"https://avatars.githubusercontent.com/u/16470053?v=4","gravatar_id":"","url":"https://api.github.com/users/matloob","html_url":"https://github.com/matloob","followers_url":"https://api.github.com/users/matloob/followers","following_url":"https://api.github.com/users/matloob/following{/other_user}","gists_url":"https://api.github.com/users/matloob/gists{/gist_id}","starred_url":"https://api.github.com/users/matloob/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/matloob/subscriptions","organizations_url":"https://api.github.com/users/matloob/orgs","repos_url":"https://api.github.com/users/matloob/repos","events_url":"https://api.github.com/users/matloob/events{/privacy}","received_events_url":"https://api.github.com/users/matloob/received_events","type":"User","site_admin":false},"event":"renamed","commit_id":null,"commit_url":null,"created_at":"2023-12-12T21:02:28Z","rename":{"from":"require at least one dot in autolink url domains","to":"support : in autolinks"},"performed_via_github_app":null},{"id":11228628324,"node_id":"CE_lADOKnFwjc55gTTPzwAAAAKdR0Vk","url":"https://api.github.com/repos/rsc/markdown/issues/events/11228628324","actor":{"login":"matloob","id":16470053,"node_id":"MDQ6VXNlcjE2NDcwMDUz","avatar_url":"https://avatars.githubusercontent.com/u/16470053?v=4","gravatar_id":"","url":"https://api.github.com/users/matloob","html_url":"https://github.com/matloob","followers_url":"https://api.github.com/users/matloob/followers","following_url":"https://api.github.com/users/matloob/following{/other_user}","gists_url":"https://api.github.com/users/matloob/gists{/gist_id}","starred_url":"https://api.github.com/users/matloob/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/matloob/subscriptions","organizations_url":"https://api.github.com/users/matloob/orgs","repos_url":"https://api.github.com/users/matloob/repos","events_url":"https://api.github.com/users/matloob/events{/privacy}","received_events_url":"https://api.github.com/users/matloob/received_events","type":"User","site_admin":false},"event":"closed","commit_id":null,"commit_url":null,"created_at":"2023-12-12T21:04:04Z","state_reason":null,"performed_via_github_app":null},{"id":11230676181,"node_id":"REFE_lADOKnFwjc55gTTPzwAAAAKdZoTV","url":"https://api.github.com/repos/rsc/markdown/issues/events/11230676181","actor":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"event":"referenced","commit_id":"4b85f2bd9fc3260214381f9a5e2df00ff9c20df9","commit_url":"https://api.github.com/repos/rsc/markdown/commits/4b85f2bd9fc3260214381f9a5e2df00ff9c20df9","created_at":"2023-12-13T03:02:31Z","performed_via_github_app":null}]233 2479 |
| GET https://api.github.com/repos/rsc/markdown/issues/4/events?page=1&per_page=100 HTTP/1.1
|
| Host: api.github.com
|
| User-Agent: Go-http-client/1.1
|
| If-None-Match: W/"b32162ef721268ee8773fa3227c3895dbc769136adf7a51b10b7d6bcefc94ddc"
|
|
|
| HTTP/2.0 200 OK
|
| Accept-Ranges: bytes
|
| Access-Control-Allow-Origin: *
|
| Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
|
| Cache-Control: public, max-age=60, s-maxage=60
|
| Content-Security-Policy: default-src 'none'
|
| Content-Type: application/json; charset=utf-8
|
| Date: Mon, 03 Jun 2024 21:18:54 GMT
|
| Etag: W/"1e3310f78b2130f7964c2fa37ce2f521e646499b114e6ae247e8907511cf19ec"
|
| Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
|
| Server: GitHub.com
|
| Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
|
| Vary: Accept, Accept-Encoding, Accept, X-Requested-With
|
| X-Content-Type-Options: nosniff
|
| X-Frame-Options: deny
|
| X-Github-Api-Version-Selected: 2022-11-28
|
| X-Github-Media-Type: github.v3; format=json
|
| X-Github-Request-Id: F461:3487CD:17EF46:282550:665E333D
|
| X-Ratelimit-Limit: 60
|
| X-Ratelimit-Remaining: 28
|
| X-Ratelimit-Reset: 1717452520
|
| X-Ratelimit-Resource: core
|
| X-Ratelimit-Used: 32
|
| X-Xss-Protection: 0
|
|
|
| [{"id":11230676170,"node_id":"CE_lADOKnFwjc55gV-CzwAAAAKdZoTK","url":"https://api.github.com/repos/rsc/markdown/issues/events/11230676170","actor":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"event":"closed","commit_id":"4468a1ed4300a71fdd3ce2906cd3dc7a2371a625","commit_url":"https://api.github.com/repos/rsc/markdown/commits/4468a1ed4300a71fdd3ce2906cd3dc7a2371a625","created_at":"2023-12-13T03:02:31Z","state_reason":null,"performed_via_github_app":null}]233 3722 |
| GET https://api.github.com/repos/rsc/markdown/issues/5/events?page=1&per_page=100 HTTP/1.1
|
| Host: api.github.com
|
| User-Agent: Go-http-client/1.1
|
| If-None-Match: W/"b32162ef721268ee8773fa3227c3895dbc769136adf7a51b10b7d6bcefc94ddc"
|
|
|
| HTTP/2.0 200 OK
|
| Accept-Ranges: bytes
|
| Access-Control-Allow-Origin: *
|
| Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
|
| Cache-Control: public, max-age=60, s-maxage=60
|
| Content-Security-Policy: default-src 'none'
|
| Content-Type: application/json; charset=utf-8
|
| Date: Mon, 03 Jun 2024 21:18:54 GMT
|
| Etag: W/"5d683bc09dfd4a29654a66ecb5378d5f5c29c31c2a41039b2cf2cf0d56db8cab"
|
| Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
|
| Server: GitHub.com
|
| Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
|
| Vary: Accept, Accept-Encoding, Accept, X-Requested-With
|
| X-Content-Type-Options: nosniff
|
| X-Frame-Options: deny
|
| X-Github-Api-Version-Selected: 2022-11-28
|
| X-Github-Media-Type: github.v3; format=json
|
| X-Github-Request-Id: F461:3487CD:17EF93:2825BB:665E333E
|
| X-Ratelimit-Limit: 60
|
| X-Ratelimit-Remaining: 27
|
| X-Ratelimit-Reset: 1717452520
|
| X-Ratelimit-Resource: core
|
| X-Ratelimit-Used: 33
|
| X-Xss-Protection: 0
|
|
|
| [{"id":11230676200,"node_id":"CE_lADOKnFwjc55gYFyzwAAAAKdZoTo","url":"https://api.github.com/repos/rsc/markdown/issues/events/11230676200","actor":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"event":"closed","commit_id":"4b85f2bd9fc3260214381f9a5e2df00ff9c20df9","commit_url":"https://api.github.com/repos/rsc/markdown/commits/4b85f2bd9fc3260214381f9a5e2df00ff9c20df9","created_at":"2023-12-13T03:02:31Z","state_reason":null,"performed_via_github_app":null},{"id":11239005964,"node_id":"REFE_lADOKnFwjc55gYFyzwAAAAKd5Z8M","url":"https://api.github.com/repos/rsc/markdown/issues/events/11239005964","actor":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"event":"referenced","commit_id":"8527271b4049b6d640dcfa6795c398cfeff9c000","commit_url":"https://api.github.com/repos/rsc/markdown/commits/8527271b4049b6d640dcfa6795c398cfeff9c000","created_at":"2023-12-13T17:44:28Z","performed_via_github_app":null}]233 2479 |
| GET https://api.github.com/repos/rsc/markdown/issues/6/events?page=1&per_page=100 HTTP/1.1
|
| Host: api.github.com
|
| User-Agent: Go-http-client/1.1
|
| If-None-Match: W/"b32162ef721268ee8773fa3227c3895dbc769136adf7a51b10b7d6bcefc94ddc"
|
|
|
| HTTP/2.0 200 OK
|
| Accept-Ranges: bytes
|
| Access-Control-Allow-Origin: *
|
| Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
|
| Cache-Control: public, max-age=60, s-maxage=60
|
| Content-Security-Policy: default-src 'none'
|
| Content-Type: application/json; charset=utf-8
|
| Date: Mon, 03 Jun 2024 21:18:54 GMT
|
| Etag: W/"619686a77a53690d01d304140a355fde714bc94ab92ca621f8af9d5a87702784"
|
| Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
|
| Server: GitHub.com
|
| Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
|
| Vary: Accept, Accept-Encoding, Accept, X-Requested-With
|
| X-Content-Type-Options: nosniff
|
| X-Frame-Options: deny
|
| X-Github-Api-Version-Selected: 2022-11-28
|
| X-Github-Media-Type: github.v3; format=json
|
| X-Github-Request-Id: F461:3487CD:17EFFE:282676:665E333E
|
| X-Ratelimit-Limit: 60
|
| X-Ratelimit-Remaining: 26
|
| X-Ratelimit-Reset: 1717452520
|
| X-Ratelimit-Resource: core
|
| X-Ratelimit-Used: 34
|
| X-Xss-Protection: 0
|
|
|
| [{"id":11230676238,"node_id":"CE_lADOKnFwjc55gikQzwAAAAKdZoUO","url":"https://api.github.com/repos/rsc/markdown/issues/events/11230676238","actor":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"event":"closed","commit_id":"51d9ee0406f8dcc0e992cf51b2b37957107dbfd6","commit_url":"https://api.github.com/repos/rsc/markdown/commits/51d9ee0406f8dcc0e992cf51b2b37957107dbfd6","created_at":"2023-12-13T03:02:32Z","state_reason":null,"performed_via_github_app":null}]233 2479 |
| GET https://api.github.com/repos/rsc/markdown/issues/7/events?page=1&per_page=100 HTTP/1.1
|
| Host: api.github.com
|
| User-Agent: Go-http-client/1.1
|
| If-None-Match: W/"b32162ef721268ee8773fa3227c3895dbc769136adf7a51b10b7d6bcefc94ddc"
|
|
|
| HTTP/2.0 200 OK
|
| Accept-Ranges: bytes
|
| Access-Control-Allow-Origin: *
|
| Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
|
| Cache-Control: public, max-age=60, s-maxage=60
|
| Content-Security-Policy: default-src 'none'
|
| Content-Type: application/json; charset=utf-8
|
| Date: Mon, 03 Jun 2024 21:18:54 GMT
|
| Etag: W/"e83f07636fb18dd58a345ee18a19ae962d00851c333b0bd0e5448b8840cf7091"
|
| Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
|
| Server: GitHub.com
|
| Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
|
| Vary: Accept, Accept-Encoding, Accept, X-Requested-With
|
| X-Content-Type-Options: nosniff
|
| X-Frame-Options: deny
|
| X-Github-Api-Version-Selected: 2022-11-28
|
| X-Github-Media-Type: github.v3; format=json
|
| X-Github-Request-Id: F461:3487CD:17F056:282711:665E333E
|
| X-Ratelimit-Limit: 60
|
| X-Ratelimit-Remaining: 25
|
| X-Ratelimit-Reset: 1717452520
|
| X-Ratelimit-Resource: core
|
| X-Ratelimit-Used: 35
|
| X-Xss-Protection: 0
|
|
|
| [{"id":11241620840,"node_id":"CE_lADOKnFwjc55mu-6zwAAAAKeDYVo","url":"https://api.github.com/repos/rsc/markdown/issues/events/11241620840","actor":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"event":"closed","commit_id":"8c4745966286a677e3545b44150ab7491f2f1548","commit_url":"https://api.github.com/repos/rsc/markdown/commits/8c4745966286a677e3545b44150ab7491f2f1548","created_at":"2023-12-13T23:11:57Z","state_reason":null,"performed_via_github_app":null}]233 2353 |
| GET https://api.github.com/repos/rsc/markdown/issues/8/events?page=1&per_page=100 HTTP/1.1
|
| Host: api.github.com
|
| User-Agent: Go-http-client/1.1
|
| If-None-Match: W/"b32162ef721268ee8773fa3227c3895dbc769136adf7a51b10b7d6bcefc94ddc"
|
|
|
| HTTP/2.0 200 OK
|
| Accept-Ranges: bytes
|
| Access-Control-Allow-Origin: *
|
| Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
|
| Cache-Control: public, max-age=60, s-maxage=60
|
| Content-Security-Policy: default-src 'none'
|
| Content-Type: application/json; charset=utf-8
|
| Date: Mon, 03 Jun 2024 21:18:54 GMT
|
| Etag: W/"20b0bb39ff1e1d9c38f3f61af517787f7fbea598153f9f0373200adfad430d12"
|
| Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
|
| Server: GitHub.com
|
| Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
|
| Vary: Accept, Accept-Encoding, Accept, X-Requested-With
|
| X-Content-Type-Options: nosniff
|
| X-Frame-Options: deny
|
| X-Github-Api-Version-Selected: 2022-11-28
|
| X-Github-Media-Type: github.v3; format=json
|
| X-Github-Request-Id: F461:3487CD:17F0C5:2827BE:665E333E
|
| X-Ratelimit-Limit: 60
|
| X-Ratelimit-Remaining: 24
|
| X-Ratelimit-Reset: 1717452520
|
| X-Ratelimit-Resource: core
|
| X-Ratelimit-Used: 36
|
| X-Xss-Protection: 0
|
|
|
| [{"id":11250194227,"node_id":"CE_lADOKnFwjc55nCn5zwAAAAKekFcz","url":"https://api.github.com/repos/rsc/markdown/issues/events/11250194227","actor":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"event":"closed","commit_id":null,"commit_url":null,"created_at":"2023-12-14T16:21:54Z","state_reason":null,"performed_via_github_app":null}]233 2479 |
| GET https://api.github.com/repos/rsc/markdown/issues/9/events?page=1&per_page=100 HTTP/1.1
|
| Host: api.github.com
|
| User-Agent: Go-http-client/1.1
|
| If-None-Match: W/"b32162ef721268ee8773fa3227c3895dbc769136adf7a51b10b7d6bcefc94ddc"
|
|
|
| HTTP/2.0 200 OK
|
| Accept-Ranges: bytes
|
| Access-Control-Allow-Origin: *
|
| Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
|
| Cache-Control: public, max-age=60, s-maxage=60
|
| Content-Security-Policy: default-src 'none'
|
| Content-Type: application/json; charset=utf-8
|
| Date: Mon, 03 Jun 2024 21:18:54 GMT
|
| Etag: W/"4af00f1ed71c7b22e9cb5c9f77d6a7511c77d6546f217eb5d45ebd46f203325d"
|
| Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
|
| Server: GitHub.com
|
| Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
|
| Vary: Accept, Accept-Encoding, Accept, X-Requested-With
|
| X-Content-Type-Options: nosniff
|
| X-Frame-Options: deny
|
| X-Github-Api-Version-Selected: 2022-11-28
|
| X-Github-Media-Type: github.v3; format=json
|
| X-Github-Request-Id: F461:3487CD:17F119:28283D:665E333E
|
| X-Ratelimit-Limit: 60
|
| X-Ratelimit-Remaining: 23
|
| X-Ratelimit-Reset: 1717452520
|
| X-Ratelimit-Resource: core
|
| X-Ratelimit-Used: 37
|
| X-Xss-Protection: 0
|
|
|
| [{"id":11241620809,"node_id":"CE_lADOKnFwjc55nI9izwAAAAKeDYVJ","url":"https://api.github.com/repos/rsc/markdown/issues/events/11241620809","actor":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"event":"closed","commit_id":"dfcbaf6f71982715482db407f19dd27e944ed227","commit_url":"https://api.github.com/repos/rsc/markdown/commits/dfcbaf6f71982715482db407f19dd27e944ed227","created_at":"2023-12-13T23:11:57Z","state_reason":null,"performed_via_github_app":null}]234 5211 |
| GET https://api.github.com/repos/rsc/markdown/issues/10/events?page=1&per_page=100 HTTP/1.1
|
| Host: api.github.com
|
| User-Agent: Go-http-client/1.1
|
| If-None-Match: W/"b32162ef721268ee8773fa3227c3895dbc769136adf7a51b10b7d6bcefc94ddc"
|
|
|
| HTTP/2.0 200 OK
|
| Accept-Ranges: bytes
|
| Access-Control-Allow-Origin: *
|
| Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
|
| Cache-Control: public, max-age=60, s-maxage=60
|
| Content-Security-Policy: default-src 'none'
|
| Content-Type: application/json; charset=utf-8
|
| Date: Mon, 03 Jun 2024 21:18:54 GMT
|
| Etag: W/"aeb564451bf38a86a5766d5ecc31b399bf698a6b4a95f74a5274d5c6b34d294b"
|
| Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
|
| Server: GitHub.com
|
| Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
|
| Vary: Accept, Accept-Encoding, Accept, X-Requested-With
|
| X-Content-Type-Options: nosniff
|
| X-Frame-Options: deny
|
| X-Github-Api-Version-Selected: 2022-11-28
|
| X-Github-Media-Type: github.v3; format=json
|
| X-Github-Request-Id: F461:3487CD:17F159:2828AE:665E333E
|
| X-Ratelimit-Limit: 60
|
| X-Ratelimit-Remaining: 22
|
| X-Ratelimit-Reset: 1717452520
|
| X-Ratelimit-Resource: core
|
| X-Ratelimit-Used: 38
|
| X-Xss-Protection: 0
|
|
|
| [{"id":11456466988,"node_id":"RRE_lADOKnFwjc57xsrdzwAAAAKq29As","url":"https://api.github.com/repos/rsc/markdown/issues/events/11456466988","actor":{"login":"jba","id":18483045,"node_id":"MDQ6VXNlcjE4NDgzMDQ1","avatar_url":"https://avatars.githubusercontent.com/u/18483045?v=4","gravatar_id":"","url":"https://api.github.com/users/jba","html_url":"https://github.com/jba","followers_url":"https://api.github.com/users/jba/followers","following_url":"https://api.github.com/users/jba/following{/other_user}","gists_url":"https://api.github.com/users/jba/gists{/gist_id}","starred_url":"https://api.github.com/users/jba/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jba/subscriptions","organizations_url":"https://api.github.com/users/jba/orgs","repos_url":"https://api.github.com/users/jba/repos","events_url":"https://api.github.com/users/jba/events{/privacy}","received_events_url":"https://api.github.com/users/jba/received_events","type":"User","site_admin":false},"event":"review_requested","commit_id":null,"commit_url":null,"created_at":"2024-01-11T13:15:34Z","review_requester":{"login":"jba","id":18483045,"node_id":"MDQ6VXNlcjE4NDgzMDQ1","avatar_url":"https://avatars.githubusercontent.com/u/18483045?v=4","gravatar_id":"","url":"https://api.github.com/users/jba","html_url":"https://github.com/jba","followers_url":"https://api.github.com/users/jba/followers","following_url":"https://api.github.com/users/jba/following{/other_user}","gists_url":"https://api.github.com/users/jba/gists{/gist_id}","starred_url":"https://api.github.com/users/jba/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jba/subscriptions","organizations_url":"https://api.github.com/users/jba/orgs","repos_url":"https://api.github.com/users/jba/repos","events_url":"https://api.github.com/users/jba/events{/privacy}","received_events_url":"https://api.github.com/users/jba/received_events","type":"User","site_admin":false},"requested_reviewer":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"performed_via_github_app":null},{"id":11506360992,"node_id":"CE_lADOKnFwjc57xsrdzwAAAAKt1SKg","url":"https://api.github.com/repos/rsc/markdown/issues/events/11506360992","actor":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"event":"closed","commit_id":null,"commit_url":null,"created_at":"2024-01-17T04:39:59Z","state_reason":null,"performed_via_github_app":null}]234 2353 |
| GET https://api.github.com/repos/rsc/markdown/issues/11/events?page=1&per_page=100 HTTP/1.1
|
| Host: api.github.com
|
| User-Agent: Go-http-client/1.1
|
| If-None-Match: W/"b32162ef721268ee8773fa3227c3895dbc769136adf7a51b10b7d6bcefc94ddc"
|
|
|
| HTTP/2.0 200 OK
|
| Accept-Ranges: bytes
|
| Access-Control-Allow-Origin: *
|
| Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
|
| Cache-Control: public, max-age=60, s-maxage=60
|
| Content-Security-Policy: default-src 'none'
|
| Content-Type: application/json; charset=utf-8
|
| Date: Mon, 03 Jun 2024 21:18:54 GMT
|
| Etag: W/"b39f902ed9c75499e0477b74e9639d8ee8c9742f275dd31cd8de4ec06cb40dae"
|
| Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
|
| Server: GitHub.com
|
| Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
|
| Vary: Accept, Accept-Encoding, Accept, X-Requested-With
|
| X-Content-Type-Options: nosniff
|
| X-Frame-Options: deny
|
| X-Github-Api-Version-Selected: 2022-11-28
|
| X-Github-Media-Type: github.v3; format=json
|
| X-Github-Request-Id: F461:3487CD:17F1BB:28296C:665E333E
|
| X-Ratelimit-Limit: 60
|
| X-Ratelimit-Remaining: 21
|
| X-Ratelimit-Reset: 1717452520
|
| X-Ratelimit-Resource: core
|
| X-Ratelimit-Used: 39
|
| X-Xss-Protection: 0
|
|
|
| [{"id":11506369300,"node_id":"CE_lADOKnFwjc57yW0-zwAAAAKt1UMU","url":"https://api.github.com/repos/rsc/markdown/issues/events/11506369300","actor":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"event":"closed","commit_id":null,"commit_url":null,"created_at":"2024-01-17T04:41:48Z","state_reason":null,"performed_via_github_app":null}]234 10047 |
| GET https://api.github.com/repos/rsc/markdown/issues/12/events?page=1&per_page=100 HTTP/1.1
|
| Host: api.github.com
|
| User-Agent: Go-http-client/1.1
|
| If-None-Match: W/"b32162ef721268ee8773fa3227c3895dbc769136adf7a51b10b7d6bcefc94ddc"
|
|
|
| HTTP/2.0 200 OK
|
| Accept-Ranges: bytes
|
| Access-Control-Allow-Origin: *
|
| Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
|
| Cache-Control: public, max-age=60, s-maxage=60
|
| Content-Security-Policy: default-src 'none'
|
| Content-Type: application/json; charset=utf-8
|
| Date: Mon, 03 Jun 2024 21:18:54 GMT
|
| Etag: W/"3e52cb621b77f34d31f9668b22b2ce1b48a8d4ab1199ff4d4ec16ab8a8a4d51e"
|
| Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
|
| Server: GitHub.com
|
| Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
|
| Vary: Accept, Accept-Encoding, Accept, X-Requested-With
|
| X-Content-Type-Options: nosniff
|
| X-Frame-Options: deny
|
| X-Github-Api-Version-Selected: 2022-11-28
|
| X-Github-Media-Type: github.v3; format=json
|
| X-Github-Request-Id: F461:3487CD:17F21B:2829FC:665E333E
|
| X-Ratelimit-Limit: 60
|
| X-Ratelimit-Remaining: 20
|
| X-Ratelimit-Reset: 1717452520
|
| X-Ratelimit-Resource: core
|
| X-Ratelimit-Used: 40
|
| X-Xss-Protection: 0
|
|
|
| [{"id":11822212932,"node_id":"RRE_lADOKnFwjc5_aUPHzwAAAALAqKdE","url":"https://api.github.com/repos/rsc/markdown/issues/events/11822212932","actor":{"login":"jba","id":18483045,"node_id":"MDQ6VXNlcjE4NDgzMDQ1","avatar_url":"https://avatars.githubusercontent.com/u/18483045?v=4","gravatar_id":"","url":"https://api.github.com/users/jba","html_url":"https://github.com/jba","followers_url":"https://api.github.com/users/jba/followers","following_url":"https://api.github.com/users/jba/following{/other_user}","gists_url":"https://api.github.com/users/jba/gists{/gist_id}","starred_url":"https://api.github.com/users/jba/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jba/subscriptions","organizations_url":"https://api.github.com/users/jba/orgs","repos_url":"https://api.github.com/users/jba/repos","events_url":"https://api.github.com/users/jba/events{/privacy}","received_events_url":"https://api.github.com/users/jba/received_events","type":"User","site_admin":false},"event":"review_requested","commit_id":null,"commit_url":null,"created_at":"2024-02-15T23:18:12Z","review_requester":{"login":"jba","id":18483045,"node_id":"MDQ6VXNlcjE4NDgzMDQ1","avatar_url":"https://avatars.githubusercontent.com/u/18483045?v=4","gravatar_id":"","url":"https://api.github.com/users/jba","html_url":"https://github.com/jba","followers_url":"https://api.github.com/users/jba/followers","following_url":"https://api.github.com/users/jba/following{/other_user}","gists_url":"https://api.github.com/users/jba/gists{/gist_id}","starred_url":"https://api.github.com/users/jba/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jba/subscriptions","organizations_url":"https://api.github.com/users/jba/orgs","repos_url":"https://api.github.com/users/jba/repos","events_url":"https://api.github.com/users/jba/events{/privacy}","received_events_url":"https://api.github.com/users/jba/received_events","type":"User","site_admin":false},"requested_reviewer":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"performed_via_github_app":null},{"id":11942808811,"node_id":"HRFPE_lADOKnFwjc5_aUPHzwAAAALH2Mzr","url":"https://api.github.com/repos/rsc/markdown/issues/events/11942808811","actor":{"login":"jba","id":18483045,"node_id":"MDQ6VXNlcjE4NDgzMDQ1","avatar_url":"https://avatars.githubusercontent.com/u/18483045?v=4","gravatar_id":"","url":"https://api.github.com/users/jba","html_url":"https://github.com/jba","followers_url":"https://api.github.com/users/jba/followers","following_url":"https://api.github.com/users/jba/following{/other_user}","gists_url":"https://api.github.com/users/jba/gists{/gist_id}","starred_url":"https://api.github.com/users/jba/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jba/subscriptions","organizations_url":"https://api.github.com/users/jba/orgs","repos_url":"https://api.github.com/users/jba/repos","events_url":"https://api.github.com/users/jba/events{/privacy}","received_events_url":"https://api.github.com/users/jba/received_events","type":"User","site_admin":false},"event":"head_ref_force_pushed","commit_id":null,"commit_url":null,"created_at":"2024-02-27T20:29:08Z","performed_via_github_app":null},{"id":11942812866,"node_id":"RTE_lADOKnFwjc5_aUPHzwAAAALH2NzC","url":"https://api.github.com/repos/rsc/markdown/issues/events/11942812866","actor":{"login":"jba","id":18483045,"node_id":"MDQ6VXNlcjE4NDgzMDQ1","avatar_url":"https://avatars.githubusercontent.com/u/18483045?v=4","gravatar_id":"","url":"https://api.github.com/users/jba","html_url":"https://github.com/jba","followers_url":"https://api.github.com/users/jba/followers","following_url":"https://api.github.com/users/jba/following{/other_user}","gists_url":"https://api.github.com/users/jba/gists{/gist_id}","starred_url":"https://api.github.com/users/jba/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jba/subscriptions","organizations_url":"https://api.github.com/users/jba/orgs","repos_url":"https://api.github.com/users/jba/repos","events_url":"https://api.github.com/users/jba/events{/privacy}","received_events_url":"https://api.github.com/users/jba/received_events","type":"User","site_admin":false},"event":"renamed","commit_id":null,"commit_url":null,"created_at":"2024-02-27T20:29:37Z","rename":{"from":"markdown: export Code.NumTicks","to":"markdown: fix markdown printing for inline code"},"performed_via_github_app":null},{"id":12028957331,"node_id":"ME_lADOKnFwjc5_aUPHzwAAAALM-1KT","url":"https://api.github.com/repos/rsc/markdown/issues/events/12028957331","actor":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"event":"merged","commit_id":"0bf8f97ee8ef6dc359b2246680d8f48c37da77f1","commit_url":"https://api.github.com/repos/rsc/markdown/commits/0bf8f97ee8ef6dc359b2246680d8f48c37da77f1","created_at":"2024-03-06T14:43:22Z","performed_via_github_app":null},{"id":12028957356,"node_id":"CE_lADOKnFwjc5_aUPHzwAAAALM-1Ks","url":"https://api.github.com/repos/rsc/markdown/issues/events/12028957356","actor":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"event":"closed","commit_id":null,"commit_url":null,"created_at":"2024-03-06T14:43:22Z","state_reason":null,"performed_via_github_app":null},{"id":12028957676,"node_id":"REFE_lADOKnFwjc5_aUPHzwAAAALM-1Ps","url":"https://api.github.com/repos/rsc/markdown/issues/events/12028957676","actor":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"event":"referenced","commit_id":"0bf8f97ee8ef6dc359b2246680d8f48c37da77f1","commit_url":"https://api.github.com/repos/rsc/markdown/commits/0bf8f97ee8ef6dc359b2246680d8f48c37da77f1","created_at":"2024-03-06T14:43:24Z","performed_via_github_app":null}]234 2570 |
| GET https://api.github.com/repos/rsc/markdown/issues/13/events?page=1&per_page=100 HTTP/1.1
|
| Host: api.github.com
|
| User-Agent: Go-http-client/1.1
|
| If-None-Match: W/"b32162ef721268ee8773fa3227c3895dbc769136adf7a51b10b7d6bcefc94ddc"
|
|
|
| HTTP/2.0 200 OK
|
| Accept-Ranges: bytes
|
| Access-Control-Allow-Origin: *
|
| Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
|
| Cache-Control: public, max-age=60, s-maxage=60
|
| Content-Security-Policy: default-src 'none'
|
| Content-Type: application/json; charset=utf-8
|
| Date: Mon, 03 Jun 2024 21:18:54 GMT
|
| Etag: W/"3859f1e34bb9fc5fd078886ce6c18288dbb9c4f157115c9c8844be95967c5509"
|
| Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
|
| Server: GitHub.com
|
| Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
|
| Vary: Accept, Accept-Encoding, Accept, X-Requested-With
|
| X-Content-Type-Options: nosniff
|
| X-Frame-Options: deny
|
| X-Github-Api-Version-Selected: 2022-11-28
|
| X-Github-Media-Type: github.v3; format=json
|
| X-Github-Request-Id: F461:3487CD:17F2A3:282AD0:665E333E
|
| X-Ratelimit-Limit: 60
|
| X-Ratelimit-Remaining: 19
|
| X-Ratelimit-Reset: 1717452520
|
| X-Ratelimit-Resource: core
|
| X-Ratelimit-Used: 41
|
| X-Xss-Protection: 0
|
|
|
| [{"id":12122378461,"node_id":"RTE_lADOKnFwjc6CFrh9zwAAAALSjNDd","url":"https://api.github.com/repos/rsc/markdown/issues/events/12122378461","actor":{"login":"zacharysyoung","id":945134,"node_id":"MDQ6VXNlcjk0NTEzNA==","avatar_url":"https://avatars.githubusercontent.com/u/945134?v=4","gravatar_id":"","url":"https://api.github.com/users/zacharysyoung","html_url":"https://github.com/zacharysyoung","followers_url":"https://api.github.com/users/zacharysyoung/followers","following_url":"https://api.github.com/users/zacharysyoung/following{/other_user}","gists_url":"https://api.github.com/users/zacharysyoung/gists{/gist_id}","starred_url":"https://api.github.com/users/zacharysyoung/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zacharysyoung/subscriptions","organizations_url":"https://api.github.com/users/zacharysyoung/orgs","repos_url":"https://api.github.com/users/zacharysyoung/repos","events_url":"https://api.github.com/users/zacharysyoung/events{/privacy}","received_events_url":"https://api.github.com/users/zacharysyoung/received_events","type":"User","site_admin":false},"event":"renamed","commit_id":null,"commit_url":null,"created_at":"2024-03-14T18:29:53Z","rename":{"from":"Links w/labels should render to MD as such","to":"Correctly render reference links in Markdown"},"performed_via_github_app":null}]234 7538 |
| GET https://api.github.com/repos/rsc/markdown/issues/14/events?page=1&per_page=100 HTTP/1.1
|
| Host: api.github.com
|
| User-Agent: Go-http-client/1.1
|
| If-None-Match: W/"b32162ef721268ee8773fa3227c3895dbc769136adf7a51b10b7d6bcefc94ddc"
|
|
|
| HTTP/2.0 200 OK
|
| Accept-Ranges: bytes
|
| Access-Control-Allow-Origin: *
|
| Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
|
| Cache-Control: public, max-age=60, s-maxage=60
|
| Content-Security-Policy: default-src 'none'
|
| Content-Type: application/json; charset=utf-8
|
| Date: Mon, 03 Jun 2024 21:18:54 GMT
|
| Etag: W/"bfeaf643131e37fa62117ca600af9a2bfb5ce48e099904d32c9565c5db8a3b3f"
|
| Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
|
| Server: GitHub.com
|
| Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
|
| Vary: Accept, Accept-Encoding, Accept, X-Requested-With
|
| X-Content-Type-Options: nosniff
|
| X-Frame-Options: deny
|
| X-Github-Api-Version-Selected: 2022-11-28
|
| X-Github-Media-Type: github.v3; format=json
|
| X-Github-Request-Id: F461:3487CD:17F2F4:282B64:665E333E
|
| X-Ratelimit-Limit: 60
|
| X-Ratelimit-Remaining: 18
|
| X-Ratelimit-Reset: 1717452520
|
| X-Ratelimit-Resource: core
|
| X-Ratelimit-Used: 42
|
| X-Xss-Protection: 0
|
|
|
| [{"id":12122340938,"node_id":"RTE_lADOKnFwjc6CFtX-zwAAAALSjD5K","url":"https://api.github.com/repos/rsc/markdown/issues/events/12122340938","actor":{"login":"zacharysyoung","id":945134,"node_id":"MDQ6VXNlcjk0NTEzNA==","avatar_url":"https://avatars.githubusercontent.com/u/945134?v=4","gravatar_id":"","url":"https://api.github.com/users/zacharysyoung","html_url":"https://github.com/zacharysyoung","followers_url":"https://api.github.com/users/zacharysyoung/followers","following_url":"https://api.github.com/users/zacharysyoung/following{/other_user}","gists_url":"https://api.github.com/users/zacharysyoung/gists{/gist_id}","starred_url":"https://api.github.com/users/zacharysyoung/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zacharysyoung/subscriptions","organizations_url":"https://api.github.com/users/zacharysyoung/orgs","repos_url":"https://api.github.com/users/zacharysyoung/repos","events_url":"https://api.github.com/users/zacharysyoung/events{/privacy}","received_events_url":"https://api.github.com/users/zacharysyoung/received_events","type":"User","site_admin":false},"event":"renamed","commit_id":null,"commit_url":null,"created_at":"2024-03-14T18:26:19Z","rename":{"from":"Render full reference links in Markdown","to":"Render reference links in Markdown"},"performed_via_github_app":null},{"id":12122495521,"node_id":"CE_lADOKnFwjc6CFtX-zwAAAALSjpoh","url":"https://api.github.com/repos/rsc/markdown/issues/events/12122495521","actor":{"login":"zacharysyoung","id":945134,"node_id":"MDQ6VXNlcjk0NTEzNA==","avatar_url":"https://avatars.githubusercontent.com/u/945134?v=4","gravatar_id":"","url":"https://api.github.com/users/zacharysyoung","html_url":"https://github.com/zacharysyoung","followers_url":"https://api.github.com/users/zacharysyoung/followers","following_url":"https://api.github.com/users/zacharysyoung/following{/other_user}","gists_url":"https://api.github.com/users/zacharysyoung/gists{/gist_id}","starred_url":"https://api.github.com/users/zacharysyoung/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zacharysyoung/subscriptions","organizations_url":"https://api.github.com/users/zacharysyoung/orgs","repos_url":"https://api.github.com/users/zacharysyoung/repos","events_url":"https://api.github.com/users/zacharysyoung/events{/privacy}","received_events_url":"https://api.github.com/users/zacharysyoung/received_events","type":"User","site_admin":false},"event":"closed","commit_id":null,"commit_url":null,"created_at":"2024-03-14T18:41:55Z","state_reason":null,"performed_via_github_app":null},{"id":12122495545,"node_id":"HRDE_lADOKnFwjc6CFtX-zwAAAALSjpo5","url":"https://api.github.com/repos/rsc/markdown/issues/events/12122495545","actor":{"login":"zacharysyoung","id":945134,"node_id":"MDQ6VXNlcjk0NTEzNA==","avatar_url":"https://avatars.githubusercontent.com/u/945134?v=4","gravatar_id":"","url":"https://api.github.com/users/zacharysyoung","html_url":"https://github.com/zacharysyoung","followers_url":"https://api.github.com/users/zacharysyoung/followers","following_url":"https://api.github.com/users/zacharysyoung/following{/other_user}","gists_url":"https://api.github.com/users/zacharysyoung/gists{/gist_id}","starred_url":"https://api.github.com/users/zacharysyoung/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zacharysyoung/subscriptions","organizations_url":"https://api.github.com/users/zacharysyoung/orgs","repos_url":"https://api.github.com/users/zacharysyoung/repos","events_url":"https://api.github.com/users/zacharysyoung/events{/privacy}","received_events_url":"https://api.github.com/users/zacharysyoung/received_events","type":"User","site_admin":false},"event":"head_ref_deleted","commit_id":null,"commit_url":null,"created_at":"2024-03-14T18:41:55Z","performed_via_github_app":null},{"id":12122501258,"node_id":"HRRE_lADOKnFwjc6CFtX-zwAAAALSjrCK","url":"https://api.github.com/repos/rsc/markdown/issues/events/12122501258","actor":{"login":"zacharysyoung","id":945134,"node_id":"MDQ6VXNlcjk0NTEzNA==","avatar_url":"https://avatars.githubusercontent.com/u/945134?v=4","gravatar_id":"","url":"https://api.github.com/users/zacharysyoung","html_url":"https://github.com/zacharysyoung","followers_url":"https://api.github.com/users/zacharysyoung/followers","following_url":"https://api.github.com/users/zacharysyoung/following{/other_user}","gists_url":"https://api.github.com/users/zacharysyoung/gists{/gist_id}","starred_url":"https://api.github.com/users/zacharysyoung/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zacharysyoung/subscriptions","organizations_url":"https://api.github.com/users/zacharysyoung/orgs","repos_url":"https://api.github.com/users/zacharysyoung/repos","events_url":"https://api.github.com/users/zacharysyoung/events{/privacy}","received_events_url":"https://api.github.com/users/zacharysyoung/received_events","type":"User","site_admin":false},"event":"head_ref_restored","commit_id":null,"commit_url":null,"created_at":"2024-03-14T18:42:29Z","performed_via_github_app":null},{"id":12122508555,"node_id":"HRDE_lADOKnFwjc6CFtX-zwAAAALSjs0L","url":"https://api.github.com/repos/rsc/markdown/issues/events/12122508555","actor":{"login":"zacharysyoung","id":945134,"node_id":"MDQ6VXNlcjk0NTEzNA==","avatar_url":"https://avatars.githubusercontent.com/u/945134?v=4","gravatar_id":"","url":"https://api.github.com/users/zacharysyoung","html_url":"https://github.com/zacharysyoung","followers_url":"https://api.github.com/users/zacharysyoung/followers","following_url":"https://api.github.com/users/zacharysyoung/following{/other_user}","gists_url":"https://api.github.com/users/zacharysyoung/gists{/gist_id}","starred_url":"https://api.github.com/users/zacharysyoung/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zacharysyoung/subscriptions","organizations_url":"https://api.github.com/users/zacharysyoung/orgs","repos_url":"https://api.github.com/users/zacharysyoung/repos","events_url":"https://api.github.com/users/zacharysyoung/events{/privacy}","received_events_url":"https://api.github.com/users/zacharysyoung/received_events","type":"User","site_admin":false},"event":"head_ref_deleted","commit_id":null,"commit_url":null,"created_at":"2024-03-14T18:43:15Z","performed_via_github_app":null}]234 1240 |
| GET https://api.github.com/repos/rsc/markdown/issues/15/events?page=1&per_page=100 HTTP/1.1
|
| Host: api.github.com
|
| User-Agent: Go-http-client/1.1
|
| If-None-Match: W/"b32162ef721268ee8773fa3227c3895dbc769136adf7a51b10b7d6bcefc94ddc"
|
|
|
| HTTP/2.0 200 OK
|
| Content-Length: 2
|
| Accept-Ranges: bytes
|
| Access-Control-Allow-Origin: *
|
| Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
|
| Cache-Control: public, max-age=60, s-maxage=60
|
| Content-Security-Policy: default-src 'none'
|
| Content-Type: application/json; charset=utf-8
|
| Date: Mon, 03 Jun 2024 21:18:55 GMT
|
| Etag: "4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945"
|
| Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
|
| Server: GitHub.com
|
| Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
|
| Vary: Accept, Accept-Encoding, Accept, X-Requested-With
|
| X-Content-Type-Options: nosniff
|
| X-Frame-Options: deny
|
| X-Github-Api-Version-Selected: 2022-11-28
|
| X-Github-Media-Type: github.v3; format=json
|
| X-Github-Request-Id: F461:3487CD:17F363:282C03:665E333E
|
| X-Ratelimit-Limit: 60
|
| X-Ratelimit-Remaining: 17
|
| X-Ratelimit-Reset: 1717452520
|
| X-Ratelimit-Resource: core
|
| X-Ratelimit-Used: 43
|
| X-Xss-Protection: 0
|
|
|
| []234 1240 |
| GET https://api.github.com/repos/rsc/markdown/issues/16/events?page=1&per_page=100 HTTP/1.1
|
| Host: api.github.com
|
| User-Agent: Go-http-client/1.1
|
| If-None-Match: W/"b32162ef721268ee8773fa3227c3895dbc769136adf7a51b10b7d6bcefc94ddc"
|
|
|
| HTTP/2.0 200 OK
|
| Content-Length: 2
|
| Accept-Ranges: bytes
|
| Access-Control-Allow-Origin: *
|
| Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
|
| Cache-Control: public, max-age=60, s-maxage=60
|
| Content-Security-Policy: default-src 'none'
|
| Content-Type: application/json; charset=utf-8
|
| Date: Mon, 03 Jun 2024 21:18:55 GMT
|
| Etag: "4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945"
|
| Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
|
| Server: GitHub.com
|
| Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
|
| Vary: Accept, Accept-Encoding, Accept, X-Requested-With
|
| X-Content-Type-Options: nosniff
|
| X-Frame-Options: deny
|
| X-Github-Api-Version-Selected: 2022-11-28
|
| X-Github-Media-Type: github.v3; format=json
|
| X-Github-Request-Id: F461:3487CD:17F3C1:282CA3:665E333F
|
| X-Ratelimit-Limit: 60
|
| X-Ratelimit-Remaining: 16
|
| X-Ratelimit-Reset: 1717452520
|
| X-Ratelimit-Resource: core
|
| X-Ratelimit-Used: 44
|
| X-Xss-Protection: 0
|
|
|
| []234 3841 |
| GET https://api.github.com/repos/rsc/markdown/issues/17/events?page=1&per_page=100 HTTP/1.1
|
| Host: api.github.com
|
| User-Agent: Go-http-client/1.1
|
| If-None-Match: W/"b32162ef721268ee8773fa3227c3895dbc769136adf7a51b10b7d6bcefc94ddc"
|
|
|
| HTTP/2.0 200 OK
|
| Accept-Ranges: bytes
|
| Access-Control-Allow-Origin: *
|
| Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
|
| Cache-Control: public, max-age=60, s-maxage=60
|
| Content-Security-Policy: default-src 'none'
|
| Content-Type: application/json; charset=utf-8
|
| Date: Mon, 03 Jun 2024 21:18:55 GMT
|
| Etag: W/"fcf1e8bf5a4b46d549e21ddab7eeaadee5a0ecff39921fddd41145fd274dd166"
|
| Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
|
| Server: GitHub.com
|
| Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
|
| Vary: Accept, Accept-Encoding, Accept, X-Requested-With
|
| X-Content-Type-Options: nosniff
|
| X-Frame-Options: deny
|
| X-Github-Api-Version-Selected: 2022-11-28
|
| X-Github-Media-Type: github.v3; format=json
|
| X-Github-Request-Id: F461:3487CD:17F41E:282D38:665E333F
|
| X-Ratelimit-Limit: 60
|
| X-Ratelimit-Remaining: 15
|
| X-Ratelimit-Reset: 1717452520
|
| X-Ratelimit-Resource: core
|
| X-Ratelimit-Used: 45
|
| X-Xss-Protection: 0
|
|
|
| [{"id":12137686933,"node_id":"RTE_lADOKnFwjc6CgrwXzwAAAALTdmeV","url":"https://api.github.com/repos/rsc/markdown/issues/events/12137686933","actor":{"login":"zacharysyoung","id":945134,"node_id":"MDQ6VXNlcjk0NTEzNA==","avatar_url":"https://avatars.githubusercontent.com/u/945134?v=4","gravatar_id":"","url":"https://api.github.com/users/zacharysyoung","html_url":"https://github.com/zacharysyoung","followers_url":"https://api.github.com/users/zacharysyoung/followers","following_url":"https://api.github.com/users/zacharysyoung/following{/other_user}","gists_url":"https://api.github.com/users/zacharysyoung/gists{/gist_id}","starred_url":"https://api.github.com/users/zacharysyoung/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zacharysyoung/subscriptions","organizations_url":"https://api.github.com/users/zacharysyoung/orgs","repos_url":"https://api.github.com/users/zacharysyoung/repos","events_url":"https://api.github.com/users/zacharysyoung/events{/privacy}","received_events_url":"https://api.github.com/users/zacharysyoung/received_events","type":"User","site_admin":false},"event":"renamed","commit_id":null,"commit_url":null,"created_at":"2024-03-15T23:43:26Z","rename":{"from":"Tables are pretty printing","to":"Pretty-print tables"},"performed_via_github_app":null},{"id":12137688071,"node_id":"RTE_lADOKnFwjc6CgrwXzwAAAALTdmwH","url":"https://api.github.com/repos/rsc/markdown/issues/events/12137688071","actor":{"login":"zacharysyoung","id":945134,"node_id":"MDQ6VXNlcjk0NTEzNA==","avatar_url":"https://avatars.githubusercontent.com/u/945134?v=4","gravatar_id":"","url":"https://api.github.com/users/zacharysyoung","html_url":"https://github.com/zacharysyoung","followers_url":"https://api.github.com/users/zacharysyoung/followers","following_url":"https://api.github.com/users/zacharysyoung/following{/other_user}","gists_url":"https://api.github.com/users/zacharysyoung/gists{/gist_id}","starred_url":"https://api.github.com/users/zacharysyoung/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/zacharysyoung/subscriptions","organizations_url":"https://api.github.com/users/zacharysyoung/orgs","repos_url":"https://api.github.com/users/zacharysyoung/repos","events_url":"https://api.github.com/users/zacharysyoung/events{/privacy}","received_events_url":"https://api.github.com/users/zacharysyoung/received_events","type":"User","site_admin":false},"event":"renamed","commit_id":null,"commit_url":null,"created_at":"2024-03-15T23:43:50Z","rename":{"from":"Pretty-print tables","to":"Pretty-print tables in Markdown"},"performed_via_github_app":null}]234 4080 |
| GET https://api.github.com/repos/rsc/markdown/issues/18/events?page=1&per_page=100 HTTP/1.1
|
| Host: api.github.com
|
| User-Agent: Go-http-client/1.1
|
| If-None-Match: W/"b32162ef721268ee8773fa3227c3895dbc769136adf7a51b10b7d6bcefc94ddc"
|
|
|
| HTTP/2.0 200 OK
|
| Accept-Ranges: bytes
|
| Access-Control-Allow-Origin: *
|
| Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
|
| Cache-Control: public, max-age=60, s-maxage=60
|
| Content-Security-Policy: default-src 'none'
|
| Content-Type: application/json; charset=utf-8
|
| Date: Mon, 03 Jun 2024 21:18:55 GMT
|
| Etag: W/"01cee8d0b89cae7c50b1f0c4faa08323644fca7dca045765c4ac4dfd8bfcedb9"
|
| Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
|
| Server: GitHub.com
|
| Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
|
| Vary: Accept, Accept-Encoding, Accept, X-Requested-With
|
| X-Content-Type-Options: nosniff
|
| X-Frame-Options: deny
|
| X-Github-Api-Version-Selected: 2022-11-28
|
| X-Github-Media-Type: github.v3; format=json
|
| X-Github-Request-Id: F461:3487CD:17F478:282DDA:665E333F
|
| X-Ratelimit-Limit: 60
|
| X-Ratelimit-Remaining: 14
|
| X-Ratelimit-Reset: 1717452520
|
| X-Ratelimit-Resource: core
|
| X-Ratelimit-Used: 46
|
| X-Xss-Protection: 0
|
|
|
| [{"id":12721108829,"node_id":"RRE_lADOKnFwjc6HtfRmzwAAAAL2PLdd","url":"https://api.github.com/repos/rsc/markdown/issues/events/12721108829","actor":{"login":"jba","id":18483045,"node_id":"MDQ6VXNlcjE4NDgzMDQ1","avatar_url":"https://avatars.githubusercontent.com/u/18483045?v=4","gravatar_id":"","url":"https://api.github.com/users/jba","html_url":"https://github.com/jba","followers_url":"https://api.github.com/users/jba/followers","following_url":"https://api.github.com/users/jba/following{/other_user}","gists_url":"https://api.github.com/users/jba/gists{/gist_id}","starred_url":"https://api.github.com/users/jba/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jba/subscriptions","organizations_url":"https://api.github.com/users/jba/orgs","repos_url":"https://api.github.com/users/jba/repos","events_url":"https://api.github.com/users/jba/events{/privacy}","received_events_url":"https://api.github.com/users/jba/received_events","type":"User","site_admin":false},"event":"review_requested","commit_id":null,"commit_url":null,"created_at":"2024-05-06T22:16:49Z","review_requester":{"login":"jba","id":18483045,"node_id":"MDQ6VXNlcjE4NDgzMDQ1","avatar_url":"https://avatars.githubusercontent.com/u/18483045?v=4","gravatar_id":"","url":"https://api.github.com/users/jba","html_url":"https://github.com/jba","followers_url":"https://api.github.com/users/jba/followers","following_url":"https://api.github.com/users/jba/following{/other_user}","gists_url":"https://api.github.com/users/jba/gists{/gist_id}","starred_url":"https://api.github.com/users/jba/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jba/subscriptions","organizations_url":"https://api.github.com/users/jba/orgs","repos_url":"https://api.github.com/users/jba/repos","events_url":"https://api.github.com/users/jba/events{/privacy}","received_events_url":"https://api.github.com/users/jba/received_events","type":"User","site_admin":false},"requested_reviewer":{"login":"rsc","id":104030,"node_id":"MDQ6VXNlcjEwNDAzMA==","avatar_url":"https://avatars.githubusercontent.com/u/104030?v=4","gravatar_id":"","url":"https://api.github.com/users/rsc","html_url":"https://github.com/rsc","followers_url":"https://api.github.com/users/rsc/followers","following_url":"https://api.github.com/users/rsc/following{/other_user}","gists_url":"https://api.github.com/users/rsc/gists{/gist_id}","starred_url":"https://api.github.com/users/rsc/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rsc/subscriptions","organizations_url":"https://api.github.com/users/rsc/orgs","repos_url":"https://api.github.com/users/rsc/repos","events_url":"https://api.github.com/users/rsc/events{/privacy}","received_events_url":"https://api.github.com/users/rsc/received_events","type":"User","site_admin":false},"performed_via_github_app":null}]234 1240 |
| GET https://api.github.com/repos/rsc/markdown/issues/19/events?page=1&per_page=100 HTTP/1.1
|
| Host: api.github.com
|
| User-Agent: Go-http-client/1.1
|
| If-None-Match: W/"b32162ef721268ee8773fa3227c3895dbc769136adf7a51b10b7d6bcefc94ddc"
|
|
|
| HTTP/2.0 200 OK
|
| Content-Length: 2
|
| Accept-Ranges: bytes
|
| Access-Control-Allow-Origin: *
|
| Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
|
| Cache-Control: public, max-age=60, s-maxage=60
|
| Content-Security-Policy: default-src 'none'
|
| Content-Type: application/json; charset=utf-8
|
| Date: Mon, 03 Jun 2024 21:18:55 GMT
|
| Etag: "4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945"
|
| Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
|
| Server: GitHub.com
|
| Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
|
| Vary: Accept, Accept-Encoding, Accept, X-Requested-With
|
| X-Content-Type-Options: nosniff
|
| X-Frame-Options: deny
|
| X-Github-Api-Version-Selected: 2022-11-28
|
| X-Github-Media-Type: github.v3; format=json
|
| X-Github-Request-Id: F461:3487CD:17F4DB:282E71:665E333F
|
| X-Ratelimit-Limit: 60
|
| X-Ratelimit-Remaining: 13
|
| X-Ratelimit-Reset: 1717452520
|
| X-Ratelimit-Resource: core
|
| X-Ratelimit-Used: 47
|
| X-Xss-Protection: 0
|
|
|
| []231 1233 |
| GET https://api.github.com/repos/rsc/markdown/issues/events?page=1&per_page=100 HTTP/1.1
|
| Host: api.github.com
|
| User-Agent: Go-http-client/1.1
|
| If-None-Match: W/"b32162ef721268ee8773fa3227c3895dbc769136adf7a51b10b7d6bcefc94ddc"
|
|
|
| HTTP/2.0 304 Not Modified
|
| Access-Control-Allow-Origin: *
|
| Access-Control-Expose-Headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset
|
| Cache-Control: public, max-age=60, s-maxage=60
|
| Content-Encoding: gzip
|
| Content-Security-Policy: default-src 'none'
|
| Content-Type: application/json; charset=utf-8
|
| Date: Mon, 03 Jun 2024 21:18:53 GMT
|
| Etag: W/"b32162ef721268ee8773fa3227c3895dbc769136adf7a51b10b7d6bcefc94ddc"
|
| Referrer-Policy: origin-when-cross-origin, strict-origin-when-cross-origin
|
| Server: GitHub.com
|
| Strict-Transport-Security: max-age=31536000; includeSubdomains; preload
|
| Vary: Accept, Accept-Encoding, Accept, X-Requested-With
|
| X-Content-Type-Options: nosniff
|
| X-Frame-Options: deny
|
| X-Github-Api-Version-Selected: 2022-11-28
|
| X-Github-Media-Type: github.v3; format=json
|
| X-Github-Request-Id: F461:3487CD:17F512:282EC3:665E333F
|
| X-Ratelimit-Limit: 60
|
| X-Ratelimit-Remaining: 12
|
| X-Ratelimit-Reset: 1717452520
|
| X-Ratelimit-Resource: core
|
| X-Ratelimit-Used: 48
|
| X-Xss-Protection: 0
|
|
|