Skip to content

Commit f6c8799

Browse files
authored
Update ContributorGuide-v2.md
1 parent ab17c45 commit f6c8799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ContributorGuide-v2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ Here is how you can crate an external blog post entry in the HPE Developer Commu
524524
\<center\>\<img src=\"relative-path-of-your-image-in-the-form: /img/myimage.png\" width=\"500\" height=\"542\" alt=\"brief description for the image\" title=\"brief description for the image\"\>\</center\>
525525

526526

527-
>**Note:** When using HTML code to insert an image, you will see *an empty frame* for your image in the preview area (right side of the CMS editor). The frame corresponds to the size of the image (width and height) in the blog post. Adjust the width/height value as appropriate. You will also lose the description (title specified while in Rich Text mode) of the image.
527+
>**Note:** When using HTML code to insert an image, you will see *an empty frame* for your image in the preview area (right side of the CMS editor). The image will be rendered in the Preview of the post and also once published. The frame corresponds to the size of the image (width and height) in the blog post. Adjust the width/height value as appropriate. You will also lose the description (title specified while in Rich Text mode) of the image.
528528

529529
>**IMPORTANT NOTE:** Adding a _ALT Text_ will help promote online content in Search Engine such as Google. Adding a _Title_ will help make your image collateral more accessible for people with visual impairments and help them understand pictures content.
530530

@@ -609,7 +609,7 @@ Here is how you can crate an external blog post entry in the HPE Developer Commu
609609

610610
You can use **Rich Text** mode (Select **+** to add a Code Block component) or use **Markdown** mode by placing triple backticks ***\`\`\`*** before and after the code block to include code block snippets in your blog post.
611611

612-
- Make sure to always specified a syntax language (for example: ***\`\`\`yaml***). While in **Rich Text** mode, you can select the syntax language. If you do not find an appropriate language for your code snippet, we recommend you to use the syntax language ***Markdown***.
612+
- Make sure to always specified a syntax language (for example: ***\`\`\`yaml***). While in **Rich Text** mode, you can select the syntax language **(Field Settings --> MODE)**. If you do not find an appropriate language for your code snippet, we recommend you to use the syntax language ***Markdown***.
613613

614614
- Make sure to insert a line break before and after a code block snippet
615615

0 commit comments

Comments
 (0)