6.0.0-alpha12
6/12/25

[#5883] Support for bullet, enumerated, definition lists
Summary Support for bullet, enumerated, definition lists
Queue Horde Framework Packages
Queue Version HEAD
Type Enhancement
State Rejected
Priority 1. Low
Owners
Requester lsmith (at) php (dot) net
Created 11/12/2007 (6422 days ago)
Due
Updated 05/26/2008 (6226 days ago)
Assigned
Resolved 05/26/2008 (6226 days ago)
Milestone
Patch No

History
05/26/2008 04:45:18 PM Chuck Hagenbuch Comment #3
State ⇒ Rejected
Reply to this comment
I'm voting to deprecate Text_Rst; if we need it in Horde we can use 
the ezComponents version. Parsing rst is a pain in the a** and I see 
no reason to re-implement it in PHP if someone else has already done 
the work.
12/28/2007 08:19:06 PM Chuck Hagenbuch Summary ⇒ Support for bullet, enumerated, definition lists
 
11/12/2007 01:53:33 PM Jan Schneider Comment #2
Priority ⇒ 1. Low
State ⇒ Accepted
Reply to this comment
True. Many things are not supported yet. Actually no one has been 
working on completing this package since it has initially been 
committed.
11/12/2007 12:19:23 PM lsmith (at) php (dot) net Comment #1
Priority ⇒ 3. High
Type ⇒ Enhancement
Summary ⇒ lists do not seem to be supported
Queue ⇒ Horde Framework Packages
State ⇒ New
Reply to this comment
require_once 'Text/reST.php';

require_once 'Text/reST/Formatter.php';



$string = "Here is a list



- foo

- bar



1. another list

1. still not working



1. this works



1. or does it?

";



$document = Text_reST::parse($string);



$formatter = Text_reST_Formatter::factory('html');

echo $formatter->format($document);

Saved Queries