Skip to content

Publishing tips and tricks

Wonil S edited this page Aug 3, 2020 · 10 revisions

Here are some tips and tricks for using the Gatsby theme.

How to open a destination page in a new window

Instead of linking with markdown as follows:

[link](https://ibm.box.com/s/26ze6is6ff50nohlx5v28fubkh2w2f2x)

Link using the HTML anchor tag as follows:

<a href="https://ibm.box.com/s/26ze6is6ff50nohlx5v28fubkh2w2f2x" target="_blank">link</a>

How to create em dash with markdown

Add the &mdash; in between the name and the — will show up.

Website guidelines

Publishing guidelines (6)

Functional specs

Layout component (37)
Service (3)
UI component (34)
Utility (5)

Additional components

Carbon component (19)
Design only (9)
Feature flag (3)

Clone this wiki locally