eliph
eliph
Unfortunately, multiple footnotes with blanks [1] [2] [3] or commas [1,2,3] in between the citations are still not possible in Textile v.3.7.1. I would consider this as a bug, not...
I would support this idea. To illustrate how useful this feature is, here is a simple example of the TOC syntax in reStructuredText that shows how it works there: ```...
Definitely, yes. RedCloth, for example, already has a textile2latex converter that works remarkably well (but does not support Textile 2.2). Currently, I am generating a PDFs from my textpattern pages...
[Try Pandoc](https://pandoc.org/try/). With this Textile input: `h2. NASA’s Perseverance Rover Gives High-Definition Panoramic View of Landing Site` you would get: `NASA’s Perseverance Rover Gives High-Definition Panoramic View of Landing Site`
Broken syntax will generate broken code, in any language.
@netcarver: Generally I would not not consider bad usage of the Textile syntax a "bug", as already pointed out. Hopefully, this change will not result in breaking other, complex situations...
+1 This could solve issue #10. Textile generates the tags, and the user can specify language specific quotation marks in the CSS, like so: ``` html[lang="de"] q { quotes: "»"...
The most important features in textile 2.2 are tables, definition lists, and comment blocks, like so: 1) tables: thead and tbody added: |^. |_. A|_. table|_. header|_. row| |-. |A|simple|table|row|...