diff --git a/docs-integration-request.md b/docs-integration-request.md index b58ba0bd791..6efb8a14817 100644 --- a/docs-integration-request.md +++ b/docs-integration-request.md @@ -16,16 +16,21 @@ To learn how to set up a local Docusaurus install to view this the way it was in At the top of the .md file add: - `import Figure from '/src/components/figure'` - - and to reference each image, using one example: - - `` - - Here's another example without a caption; width reduced: - - `` - + ```r + import image01 from "./img/image01.png" + import image02 from "./img/image02.png" + import image03 from "./img/image03.png" + import ... + ``` + + and to reference each image, as one example: + + ```r +