Skip to content

Commit

Permalink
Merge branch 'josmperez/emphasis' of https://github.com/grafana/write…
Browse files Browse the repository at this point in the history
…rs-toolkit into josmperez/emphasis
  • Loading branch information
josmperez committed Nov 16, 2023
2 parents 5d402a4 + 6e7ec7c commit 28cf9c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sources/write/style-guide/style-conventions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,10 @@ It's a good idea to take a consistent approach to bold, italic, and other text f

### Bold

Use bold formatting, ** in Markdown, for UI elements. Don't use bold to draw attention to a word or phrase.
Use bold formatting, \*\* in Markdown, for UI elements. Don't use bold to draw attention to a word or phrase.

### Italic

Use italics formatting, _ in Markdown, to emphasize a specific word or phrase. This is particularly useful when defining a term for the first time.
Use italics formatting, \_ in Markdown, to emphasize a specific word or phrase. This is particularly useful when defining a term for the first time.

**Recommended:** The Prometheus data model is arranged into _metrics_ that consist of a _timestamp_ and a _sample_.

0 comments on commit 28cf9c0

Please sign in to comment.