Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Textile 2.2 support #1

Open
eliph opened this issue Dec 27, 2010 · 2 comments
Open

Textile 2.2 support #1

eliph opened this issue Dec 27, 2010 · 2 comments

Comments

@eliph
Copy link

eliph commented Dec 27, 2010

any plans to include textile 2.2?

@Aupajo
Copy link
Owner

Aupajo commented Dec 30, 2010

Potentially. I'm struggling to find what's changed that's notable. Footnotes, perhaps?

@eliph
Copy link
Author

eliph commented Jan 1, 2011

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|
  1. definition lists (PHP textile 2.2 syntax):
; coffee
: Hot and black
; tea
: Also hot, but a little less black
; milk 
: Nourishing beverage for baby cows.
: Cold drink that goes great with cookies.

2b) definition lists (RedCloth 4.3 syntax):

- coffee := Hot and black
- tea := Also hot, but a little less black
- milk :=
Nourishing beverage for baby cows.
Cold drink that goes great with cookies. =:
  1. Comment blocks
###. This is a textile comment block.
It will be removed from your document.

###.. ***************
** This multi-line comment
** will keep going and going

** even if you put blank lines in.

** It'll only stop when it reaches a paragraph marker.
***************

p. Try textiling this snippet to see the comments disappear!

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants