bryonjacob / wikimodel

Automatically exported from code.google.com/p/wikimodel
0 stars 0 forks source link

Creole wiki syntax cannot support image #30

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Current version, I cannot find the "image" implementation in creole wiki,
in the parsers and tests.

Creole image label is: {{myimag.png|This is my image alt text}}
ref to:  http://www.wikicreole.org/wiki/Creole1.0#section-Creole1.0-ImageInline

thanks.

Original issue reported on code.google.com by fajaven on 6 Aug 2008 at 1:55

GoogleCodeExporter commented 8 years ago

Original comment by thomas.m...@gmail.com on 29 Sep 2010 at 1:53

GoogleCodeExporter commented 8 years ago
This is a show stopper for me too.  Is there any work around? 
In Creole mode the  img: and Image:  tags do not work either (as expected but 
thus no work around)

I also can't find the code that defines this.

Original comment by teknop...@gmail.com on 15 Nov 2010 at 8:02

GoogleCodeExporter commented 8 years ago
You can find creole parser sources on 
http://code.google.com/p/wikimodel/source/browse/#svn/trunk/org.wikimodel.wem/sr
c/main/java/org/wikimodel/wem/creole and specification the JavaCC descriptor on 
http://code.google.com/p/wikimodel/source/browse/trunk/org.wikimodel.wem/src/mai
n/java/org/wikimodel/wem/creole/javacc/CreoleWikiScanner.jj

Original comment by thomas.m...@gmail.com on 16 Nov 2010 at 9:23