replace headline with heading

This commit is contained in:
Hans Pagel
2020-09-27 10:40:08 +02:00
parent eca9dcd40d
commit 13c95b602e
3 changed files with 9 additions and 9 deletions

View File

@@ -76,7 +76,7 @@ class Text extends Node {
## Difference between a Node and a Mark
*Nodes* are like blocks of content, for example paragraphs, headlines, code blocks, blockquotes and many more.
*Nodes* are like blocks of content, for example paragraphs, headings, code blocks, blockquotes and many more.
*Marks* can apply a different style to specific parts of text inside a *Node*. Thats the case for **bold**, *italic* or ~~striked~~ text. [Links](#) are *Marks*, too.