magnusmanske / listeria_rs

Repo for the Wikimedia Listeria bot
https://listeria.toolforge.org/
23 stars 6 forks source link

When generating rows, do not auto add space for each line #98

Open PythonCoderAS opened 1 year ago

PythonCoderAS commented 1 year ago

I get why it's done, but it breaks any query that outputs newline characters (\n). MediaWiki treats those like a code block instead of what I expected as a clean new line.

PythonCoderAS commented 1 year ago

Interesting behavior: It only does this if the newline character is at the end of a line, not the beginning.

magnusmanske commented 1 week ago

Example?