CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 30 Aug 2025 10:32:56 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090913000621
location: https://web.archive.org/web/20090913000621/https://github.com/jsamsa/python-textile/issues
server-timing: captures_list;dur=1.513649, exclusion.robots;dur=0.026533, exclusion.robots.policy;dur=0.012163, esindex;dur=0.012528, cdx.remote;dur=45.007750, LoadShardBlock;dur=171.286184, PetaboxLoader3.datanode;dur=71.316576, PetaboxLoader3.resolve;dur=59.841560
x-app-server: wwwb-app219
x-ts: 302
x-tr: 257
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app219; 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, 30 Aug 2025 10:32:57 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Sun, 13 Sep 2009 00:06:21 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "592935aaf00e4a944753416997a8db73"
x-archive-orig-x-runtime: 502ms
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 23017
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sun, 13 Sep 2009 00:06:21 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 13 Sep 2009 00:06:21 GMT", ; rel="memento"; datetime="Sun, 13 Sep 2009 00:06:21 GMT", ; rel="next memento"; datetime="Sat, 14 Aug 2010 16:28:05 GMT", ; rel="last memento"; datetime="Fri, 30 Oct 2020 15:39:29 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: 52_11_20090912191324_crawl103.gpg-c/52_11_20090913000537_crawl101.arc.gz
server-timing: captures_list;dur=0.512568, exclusion.robots;dur=0.017416, exclusion.robots.policy;dur=0.008665, esindex;dur=0.009311, cdx.remote;dur=17.736707, LoadShardBlock;dur=340.707386, PetaboxLoader3.resolve;dur=311.132174, PetaboxLoader3.datanode;dur=199.781854, load_resource;dur=229.624383
x-app-server: wwwb-app219
x-ts: 200
x-tr: 658
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
Issues - jsamsa/python-textile - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | A Python port of Textile, A humane web text generator edit |
Sort by:
Priority
Priority
|
Votes
Votes
|
Last Updated
Last Updated
Loading…
-
links to footnotes don't work after cyrillic/unicode text
0 comments Created 3 months ago by w0rmt = Textile()
t.footnoteRef('текст[1] ')won't work, but it will work if i change the function to
def footnoteRef(self, text): ptrn = re.compile(r'\b\[([0-9]+)\](\s)?', re.UNICODE) return ptrn.sub(self.footnoteID, text)
Comments
-
The Textile syntax !>obake.gif! must create an attribute style="float:left;" for an image.
Comments
This feature is coming soon. Sit tight!