Skip to content

Latest commit

 

History

History
85 lines (53 loc) · 4.42 KB

create-images-markdown.md

File metadata and controls

85 lines (53 loc) · 4.42 KB

Create images in markdown

Image folder creation and link syntax

For a new article, you'll need to create a folder in the following location:

/articles/<service-directory>/media/<article-name>/

For example:

/articles/app-service/media/app-service-enterprise-multichannel-apps/

After you create the folder and added images to it, use the following syntax to create images in your article:

![Alt image text](./media/article-name/your-image-filename.png)

Example:

See the markdown template for an example. The image reference links in this markdown template are designed to be at the bottom of the template.

Guidelines specific to azure.microsoft.com

Screenshots are currently encouraged if it's not possible to include repro steps. Do write your content so that the content can stand without the screenshots if necessary.

Use the following guidelines when creating and including art files:

  • Do not share art files across documents. Copy the file you need and add it to the media folder for your specific topic. Sharing between files is discouraged because it is easier to remove deprecated content and images which keeps the repo clean.

  • .png files are highly preferred over other formats.

  • Use red squares of the default width provided in Paint (5 px) to call attention to particular elements in screenshots.

    Example:

    This is an example of a red square used as a callout.

  • Avoid whitespace on edges of screenshots. If you crop a screenshot in a way that leaves white background at the edges, add a single pixel gray border around the image. If using Paint, use the lighter gray in the default color pallete (0xC3C3C3). If using some other graphic app, the RGB color is R195, G195, 195. You can easily add a gray border around an image in Visio--to do this, select the image, select Line, and ensure the the correct color is set, and then change the line weight to 1 1/2 pt. Screenshots should have a 1-pixel-wide gray border so that white areas of the screenshot do not blur into the web page.

    Example:

    This is an example of a gray border around whitespace.

  • Conceptual images with whitespace do not need a gray border.

    Example:

    This is an example of a conceptual image with whitespace and no gray border.

  • Try not to make an image too wide. Images will be automatically resized if they are too wide. However, the resizing sometimes causes fuzziness, so we recommend that you limit the width of your images to 780 px, and manually resize images before submission if necessary.

  • Show command outputs in screenshots. If your article includes steps where the user is working within a shell, it's useful to show command output in screenshots. In this case, restricting your shell width to about 72 characters generally ensures that your image will remain within the 780 px width guideline. Before taking a screenshot of output, resize the window so that just the relevant command and output is shown (optionally with a blank line on either side).

  • Take whole screenshots of windows when possible. When taking a screenshot of a browser window, resize your browser window to 780 px wide or less, and keep the height of the browser window as short as possible such that your application fits within the window.

    Example:

    This is an example of a browser window screenshot.

  • Use caution with what information is revealed in screenshots. Do not reveal internal company information or personal information.

  • In conceptual art or diagrams, use the official icons in the Cloud and Enterprise symbol and icon set. A public set is available at http://aka.ms/CnESymbols.

###Contributors' Guide Links