Dear all,
Is it possible to remove line breaks in a table in the following example?
Source: {| |A |- |B
|- |C |}
The current output: A B
C
The output I want: A B C
Thanks, Jingyi
Hi Jingyi,
Why does your source show a lot of white space? Try: {| |A |- |B |- |C |}
Since Mediawiki is designed for end users entering texting, etc, it's designed not to ignore white space, but to see white space as meaningful and will therefore add a line break. My bet is if you check the page source you'll see a line break was added. Change your table to remove white space and it should work.
Sent from my iPhone
On May 25, 2016, at 9:32 AM, Jingyi C. Shi jshizhang@gmail.com wrote:
Dear all,
Is it possible to remove line breaks in a table in the following example?
Source: {| |A |- |B
|- |C |}
The current output: A B
C
The output I want: A B C
Thanks, Jingyi _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org