2014-10-23 14:15 GMT+01:00 Nicolas Rück <[email protected]>: > Hello, > > we just uploaded some files with the GWToolset, but wiki syntax like > '''xxx''' for bold text and html-tags don't work. > > The description text should look like this: > https://commons.wikimedia.org/wiki/File:Siegelmarke_Schulvorstand_zu_Nerchau_W0203993.jpg > > but actually we get this result: > https://commons.wikimedia.org/wiki/File:Siegelmarke_Kolonial_-_Marke_U0508185.jpg > > Does somebody knows a solution?
The tool is carefully transcribing " ' " as "'" on the assumption that you want to literally display apostrophe marks. I used a housekeeping script to convert "'''" to " ''' " *after* GWT completed its job. Unfortunately I did not work out a better solution. Embedding "<b>" in your text is probably a bad idea for xml. Fae _______________________________________________ Glamtools mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/glamtools
