Alexander Brandon Coles

Results 28 issues of Alexander Brandon Coles

_From [[email protected]](https://code.google.com/u/107548333890703760269/) on November 21, 2011 12:31:11_ Found a bug in markdownj compiled from trunk. Here's class to reproduce it: ``` import com.petebevin.markdown.MarkdownProcessor; public class Foo { public static void...

imported
bug
Priority-Medium

_From [[email protected]](https://code.google.com/u/102162363731987810672/) on August 06, 2011 15:53:23_ What steps will reproduce the problem? 1. invoke new MarkdownProcessor().markdown("some markdown with in it") 2. parse as xml It would be nice to...

imported
Priority-Medium
enhancement

_From [[email protected]](https://code.google.com/u/103510597700174109770/) on November 11, 2009 23:28:04_ Most modern HTML elements need CSS classes specified. Default ones are not good for pages created from a few blocks. Proposed API: new...

imported
Priority-Medium
enhancement

_From [alex.coles](https://code.google.com/u/alex.coles/) on September 27, 2009 12:25:06_ Tracking issue to create a new MarkdownJ parser (using a parser tool such as ANTLR), and to drop the current implementation using Regex's....

imported
Priority-High
Milestone-Release0.5.0
Type-Task

_From [alex.coles](https://code.google.com/u/alex.coles/) on August 30, 2009 21:52:59_ Supporting Maven Doxia would allow use of Markdown in Maven-generated sites (including our own). Instead of transforming Markdown to HTML, the Markdown would...

imported
Priority-Medium
enhancement

_From [[email protected]](https://code.google.com/u/106380900043315593284/) on August 02, 2009 09:26:14_ Having some API documentation would help a lot, preferably javadoc, but a simple wiki page will suffice. As it is, one downloads a...

imported
bug
Priority-Medium

_From [[email protected]](https://code.google.com/u/114209838191294431577/) on May 01, 2009 23:02:28_ Please add support for Markdown extensions, e.g.: http://michelf.com/projects/php-markdown/extra/ since the original standard has quite a few limitations (besides even the author suggests using...

imported
bug
Priority-Medium

_From [[email protected]](https://code.google.com/u/114209838191294431577/) on April 30, 2009 21:29:31_ What steps will reproduce the problem? 1. Build Markdownj from the latest source 2. run it on some very simple files 3. newlines...

imported
bug
Priority-Medium

_From [[email protected]](https://code.google.com/u/114209838191294431577/) on April 30, 2009 21:19:45_ Please allow to generate complete HTML files too, not just the content of the HTML body, so that other tools can use directly...

imported
Priority-Medium
enhancement

_From [alex.coles](https://code.google.com/u/alex.coles/) on October 31, 2008 14:49:47_ As a separate (optional) module, provide support for smart punctuation using the SmartyPants rules: http://daringfireball.net/projects/smartypants/ _Original issue: http://code.google.com/p/markdownj/issues/detail?id=7_

imported
Priority-Medium
Milestone-Release0.5.0
enhancement