You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ja...@apache.org on 2015/05/08 20:24:34 UTC

svn commit: r1678415 - /pdfbox/cmssite/trunk/content/ideas.mdtext

Author: jahewson
Date: Fri May  8 18:24:33 2015
New Revision: 1678415

URL: http://svn.apache.org/r1678415
Log:
Apache CMS markdown doesn't support ~~

Modified:
    pdfbox/cmssite/trunk/content/ideas.mdtext

Modified: pdfbox/cmssite/trunk/content/ideas.mdtext
URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/ideas.mdtext?rev=1678415&r1=1678414&r2=1678415&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/ideas.mdtext (original)
+++ pdfbox/cmssite/trunk/content/ideas.mdtext Fri May  8 18:24:33 2015
@@ -51,11 +51,9 @@ enhanced that situation but there is a n
 In addition handling documents which are not conforming shouldn't be part of the core parser
 but of a extentable approach e.g. by adding hooks to allow for handling parsing exceptions.
 
-<div class="complete">
-## Add the ability to create pdfs using unicode encoded text
+## <span class="complete">Add the ability to create pdfs using unicode encoded text</span>
 
-The recent PDFBox version is limited to WinANSI encoded text. 2.0.0 should have unicode support as well.
-</div>
+<span class="complete">The recent PDFBox version is limited to WinANSI encoded text. 2.0.0 should have unicode support as well.</span>
 
 ## Rearchitect the COS level objects