CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 23 Jul 2025 07:32:57 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090921172800
location: https://web.archive.org/web/20090921172800/https://github.com/guides/readme-formatting
server-timing: captures_list;dur=0.827000, exclusion.robots;dur=0.029407, exclusion.robots.policy;dur=0.011941, esindex;dur=0.014080, cdx.remote;dur=62.097926, LoadShardBlock;dur=229.481407, PetaboxLoader3.datanode;dur=114.366192, PetaboxLoader3.resolve;dur=108.707020
x-app-server: wwwb-app214
x-ts: 302
x-tr: 338
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app214; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 23 Jul 2025 07:32:58 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.35
x-archive-orig-date: Mon, 21 Sep 2009 17:27:59 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "e5787211f4350ca599015f7d612328d5"
x-archive-orig-x-runtime: 298ms
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 9574
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 21 Sep 2009 17:28:00 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 31 Jul 2008 12:23:34 GMT", ; rel="prev memento"; datetime="Fri, 21 Aug 2009 08:35:50 GMT", ; rel="memento"; datetime="Mon, 21 Sep 2009 17:28:00 GMT", ; rel="next memento"; datetime="Tue, 01 Dec 2009 12:29:06 GMT", ; rel="last memento"; datetime="Mon, 07 Mar 2022 00:29:16 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_11_20090921061405_crawl101.gpg-c/51_11_20090921172020_crawl101.arc.gz
server-timing: captures_list;dur=0.697687, exclusion.robots;dur=0.026513, exclusion.robots.policy;dur=0.013247, esindex;dur=0.014950, cdx.remote;dur=6.166354, LoadShardBlock;dur=156.197038, PetaboxLoader3.datanode;dur=177.163009, PetaboxLoader3.resolve;dur=112.789502, load_resource;dur=167.876562
x-app-server: wwwb-app214
x-ts: 200
x-tr: 375
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
README Formatting - Guides - GitHub
Guides: README Formatting
Guides: README Formatting
You can make your README formatted by putting README with specific extension.
Supported Formats
format | extension |
---|---|
rdoc | README.rdoc |
Markdown | README.markdown, README.md, README.mdown, README.mkd, README.mkdn |
Textile | README.textile |
PNG | README.png (will display the image) |
reStructuredText | README.rst |
(no formatting) | README.* (all but above extensions), README (no extension) |
Unsupported Formats
- rd (README.rd)
- html (README.html — considered insecure)
Notes
- If there is both README and README.foo, README.foo is displayed.
- feature request: format READMEs without an extension
- feature request: POD
- feature request: AsciiDoc
- feature request: Something MediaWiki like such as MediaCloth or WikiCreole
- reStructuredText: there are certain, specific kinds of content that will cause the .rst renderer to fail. In particular, certain non-latin unicode glyphs will cause README.rst’s to not render on github while rendering perfectly happily using rst2html.py. If your README.rst will not render, try looking for unusual content in your .rst and stripping it out, and seeing if that has an effect.
Last edited by robrix, 2 days ago
Versions:
This feature is coming soon. Sit tight!