guides not showing up
The entire site is broken right now. You will have to wait until it is fixed, and in the meantime use inspect element on everything.
Oh_my_gourdness and MrMonsh like this
Not a perfect solution, but you can temporary show the guides like you are editing them, and it will show the content of the guide (but without rendering any images or markdown). Add this rule to a css extension:
form[name='editguideform'] > span { display: block; }
Oh_my_gourdness and MrMonsh like this