CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 19 Jul 2025 19:40:21 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090308054048
location: https://web.archive.org/web/20090308054048/https://github.com/guides/readme-formatting
server-timing: captures_list;dur=1.068873, exclusion.robots;dur=0.041332, exclusion.robots.policy;dur=0.018543, esindex;dur=0.017952, cdx.remote;dur=91.878129, LoadShardBlock;dur=124.713974, PetaboxLoader3.datanode;dur=56.523444, PetaboxLoader3.resolve;dur=56.676460
x-app-server: wwwb-app210
x-ts: 302
x-tr: 248
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app210; 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: Sat, 19 Jul 2025 19:40:22 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Sun, 08 Mar 2009 05:40:48 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 196ms
x-archive-orig-etag: "14df733779ad8c696f178d82fcaed61a"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 8616
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sun, 08 Mar 2009 05:40:48 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="Wed, 04 Feb 2009 03:45:39 GMT", ; rel="memento"; datetime="Sun, 08 Mar 2009 05:40:48 GMT", ; rel="next memento"; datetime="Sat, 18 Apr 2009 18:46:48 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_8_20090308011100_crawl101-c/51_8_20090308053749_crawl101.arc.gz
server-timing: captures_list;dur=0.543537, exclusion.robots;dur=0.020366, exclusion.robots.policy;dur=0.010008, esindex;dur=0.010025, cdx.remote;dur=13.020804, LoadShardBlock;dur=297.111113, PetaboxLoader3.datanode;dur=120.435167, PetaboxLoader3.resolve;dur=708.474314, load_resource;dur=561.606439
x-app-server: wwwb-app210
x-ts: 200
x-tr: 920
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)
Notes
- If there is both README and README.foo, README.foo is displayed.
- feature request: format READMEs without an extension
- feature request: POD
- 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 rfletcher, 4 days ago
Versions:
This feature is coming soon. Sit tight!