mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00

- Revert most of changes to expected test output from commit 2a4ec9f2. - Keep later changes to expected test output from commit 0263ef43. - Change test input that's converted to trigger similar output as previously.
96 lines
1.7 KiB
Markdown
96 lines
1.7 KiB
Markdown
# formatting(1)
|
||
|
||
This is **nested _formatting_ `text`**.
|
||
|
||
## SECOND HEADING
|
||
|
||
Some text at second level.
|
||
|
||
### Third heading
|
||
|
||
Some text at third level.
|
||
|
||
#### Fourth heading
|
||
|
||
Some text at fourth level.
|
||
|
||
## Quotes and blocks.
|
||
|
||
Here are some quotes and blocks.
|
||
|
||
> This is a block quote. Ambidextrously koala apart that prudent blindly alas
|
||
> far amid dear goodness turgid so exact inside oh and alas much fanciful that
|
||
> dark on spoon-fed adequately insolent walking crud.
|
||
|
||
```
|
||
This is a code block. Groundhog watchfully sudden firefly some self-consciously hotly jeepers satanic after that this parrot this at virtuous
|
||
some mocking the leaned jeez nightingale as much mallard so because jeez
|
||
turned dear crud grizzly strenuously.
|
||
|
||
Indented and should be unmodified.
|
||
```
|
||
|
||
This is an indented code block. Egregiously yikes animatedly since outside beseechingly a badger hey shakily giraffe a one wow one this
|
||
goodness regarding reindeer so astride before.
|
||
|
||
Doubly indented
|
||
|
||
## Lists
|
||
|
||
1. Ordered list
|
||
|
||
* Unordered list
|
||
|
||
With a second paragraph inside it
|
||
|
||
1. Inner ordered list
|
||
|
||
1. Another
|
||
|
||
* Eggs
|
||
|
||
* Milk
|
||
|
||
5. Don't start at one.
|
||
6. tamarind
|
||
|
||
1. Second element
|
||
|
||
1. Third element
|
||
|
||
## Breaks
|
||
|
||
This has a\
|
||
hard break in it
|
||
and a soft one.
|
||
|
||
## Horizontal rule
|
||
|
||
This should contain a line:
|
||
|
||
---
|
||
|
||
Nice!
|
||
|
||
## Strange characters
|
||
|
||
Handles escaping for characters
|
||
|
||
.dot at the start of a line.
|
||
|
||
\fBnot really troff
|
||
|
||
Various characters \ - – — ─ │ ├ └
|
||
|
||
```
|
||
tree
|
||
└── example
|
||
├── salamander
|
||
│ ├── honey
|
||
│ └── some
|
||
├── fancifully
|
||
└── trout
|
||
```
|
||
|
||
non-breaking space.
|