mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
readme
This commit is contained in:
parent
1e299c07d0
commit
5e6385176f
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ After adding a page, you will also need to list it in `/src/data/documentation-l
|
|||
|
||||
#### Adding notes to a doc
|
||||
|
||||
Notes in documentation pages are highlighted boxes (color depend on the current set dark/light theme). To add a note, wrap the note text in `<Note>` tage as follows:
|
||||
Notes in documentation pages are highlighted boxes (color depend on the current set dark/light theme). To add a note, wrap the note text in `<Note>` tag as follows:
|
||||
|
||||
```markdown
|
||||
<Note>text to include in note</Note>
|
||||
|
|
|
|||
Loading…
Reference in a new issue