Re: Images as part of ex/implicitly numbered list

Posted by adam820 on
URL: https://discuss.asciidoctor.org/Images-as-part-of-ex-implicitly-numbered-list-tp1161p1179.html

It's a block image. What ended up working was using some +'s before and after the image. Didn't need to enclose it in a block (though that also works, using the +'s):

. First ensure that you are both on the Home page, and you are viewing the correct Dashboard.
. Now locate the button called Add Widgets and select it.
. A dropdown of available Widgets should appear. Checkmark the Widgets that you would like to
have added to your dashboard.
+
image::General/General-Add_Widget.jpg[align="center"]
+
. Now you must choose which column your newly selected Widgets will appear in. The columns
correspond with the layout of the Dashboard, which was selected when the Dashboard was
created.
+
NOTE: The default Home Dashboard is a 3-column layout unless it has been edited.

Side note, I tossed what you posted in a test document, and it fails to run:
asciidoctor: WARNING: test.asciidoc: line 5: invalid style for example block: source

Thanks for the idea, that does get me back to the formatting I had originally.