
On Tue, 2020-03-31 at 11:08 +0100, Daniel P. Berrangé wrote:
+How to add your blog +-------------------- +Add a config.ini section for your blog to `updater/virt-tools/config.ini`: + +``` + [https://example.org/my/blog/feed/] + name = John Doe + face = jdoe.png + facewidth = 96 + faceheight = 96 +```
The indentation is now unnecessary - the code block is clearly marked as such by the triple backtick.
+Please send a patch email to `libvir-list@redhat.com`: + +``` + $ git commit -as + $ git send-email --to libvir-list@redhat.com --cc berrange@redhat.com HEAD^.. +```
Same here. We should probably tell people to use git-publish rather than git send-email, but I guess this is going to be one of the first projects to move to a MR workflow, so whatever :) With the indentation adjusted, Reviewed-by: Andrea Bolognani <abologna@redhat.com> -- Andrea Bolognani / Red Hat / Virtualization