Skip to content

Commit 19d5e63

Browse files
committed
Merge changes from docs update
1 parent bfaa4b3 commit 19d5e63

1 file changed

Lines changed: 9 additions & 13 deletions

File tree

Code Examples/Info Tab Example.nlogox

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The remainder of this document shows how to use Markdown.
2323
2424
## Headings
2525
26-
A heading begins with one or more hash marks (`#`). First level headings get one hash, second level headings get two, and so on up to four levels.
26+
A heading begins with one or more hash marks (`#`). The number of hash marks used controls the size and prominence of the header, with one hash mark indicating the largest header.
2727
2828
#### Input
2929
@@ -45,22 +45,20 @@ A heading begins with one or more hash marks (`#`). First level headings get one
4545
This is a paragraph. There are no spaces before the word 'This'.
4646
4747
This is another paragraph. The first line has two sentences.
48-
The entire paragraph has two lines and three sentences.
48+
The entire paragraph has one line with three sentences.
4949
50-
Line breaks in the input,
51-
Make line breaks in the output,
52-
Like this.
50+
Single line breaks in the input
51+
do not make line breaks in the output,
52+
as demonstrated here.
5353
```
5454
5555
#### Formatted
5656
5757
This is a paragraph. There are no spaces before the word 'This'.
5858
59-
This is another paragraph. The first line has two sentences. The entire paragraph has two lines and three sentences.
59+
This is another paragraph. The first line has two sentences. The entire paragraph has one line with three sentences.
6060
61-
Line breaks in the input,
62-
Make line breaks in the output,
63-
Like this.
61+
Single line breaks in the input do not make line breaks in the output, as demonstrated here.
6462
6563
## Italicized and bold text
6664
@@ -96,7 +94,7 @@ _**hello**_ and **_goodbye_**
9694
We are about to start an ordered list.
9795
9896
1. Ordered lists are indented 2 spaces.
99-
1. Subitems are indented 2 more spaces (4 in all).
97+
a) Subitems are indented 2 more spaces (4 in all).
10098
2. The next item in the list starts with the next number.
10199
3. And so on...
102100
```
@@ -106,7 +104,7 @@ We are about to start an ordered list.
106104
We are about to start an ordered list.
107105
108106
1. Ordered lists are indented 2 spaces.
109-
1. Subitems are indented 2 more spaces (4 in all for a second level item).
107+
a) Subitems are indented 2 more spaces (4 in all for a second level item).
110108
2. The next item in the list starts with the next number.
111109
3. And so on...
112110
@@ -377,8 +375,6 @@ WWW<sup>[1]</sup>
377375
378376
* To prevent a special character from being treated as markup, put a backslash (`\`) before it.
379377
380-
* We use GitHub flavored newlines (https://github.github.com/github-flavored-markdown/) instead of traditional Markdown handling of newlines. This means that newlines are treated as real line breaks, instead of being combined with the previous line into a single paragraph.
381-
382378
## Other features
383379
384380
Markdown has additional features that we have not shown here.

0 commit comments

Comments
 (0)