On 25.05.2013 15:32, Zbigniew Jędrzejewski-Szmek wrote: > Yeah, all code samples are broken. Fixed this one, but for some > reason, the syntax for code samples works differently on that page > than on http://www.freedesktop.org/wiki/Software/systemd/dbus/.
This code sample was after a list, so the indentation was not sufficient to have it detected as code block. To have code blocks recognized within the list, it is necessary to increase the indentation. Or, if the code block shall follow the list (not be included in the list item), empty markup must be inserted after the list. The code samples were broken because the "format" plugin of the wiki engine is not enabled, and the wiki converter assumed it would be and converted all code blocks to the corresponding syntax.. Just went through the pages and converted more code samples to markdown code block syntax. Is there any code sample that is still broken? _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
