-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
196 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
# Basic | ||
|
||
```bash | ||
jump2header -f examples/position.md --position "start" | ||
``` | ||
|
||
Some intro text | ||
|
||
## Section1 | ||
|
||
[⬆](#basic)<!-- Link generated with jump2header --> | ||
|
||
Section1 is most important section | ||
|
||
### Subsection11 | ||
|
||
[⬆](#basic)<!-- Link generated with jump2header --> | ||
|
||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla ornare dapibus turpis sed egestas. Cras est nunc, pellentesque ac imperdiet aliquet, tristique sed lectus. Quisque lectus lorem, pulvinar non enim nec, aliquam condimentum urna. Morbi porttitor sit amet lectus ut rhoncus. Suspendisse finibus tincidunt justo. Donec consectetur sit amet odio ut molestie. Quisque molestie orci nec tincidunt fermentum. Pellentesque viverra quam ut dolor varius pulvinar. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas enim tortor, commodo lacinia augue sit amet, viverra egestas nibh. Vestibulum leo ex, gravida at mi quis, ultricies pulvinar justo. Aenean ornare leo leo, malesuada suscipit lectus ornare vitae. Duis et ornare neque, id imperdiet augue. Morbi tincidunt erat id pellentesque dignissim. Nullam non sagittis magna. Suspendisse in pellentesque massa. | ||
|
||
## Section2 with many words | ||
|
||
[⬆](#basic)<!-- Link generated with jump2header --> | ||
|
||
Cras vitae diam placerat, interdum augue vel, vehicula magna. | ||
|
||
Etiam diam nisl, sagittis vel commodo id, fermentum eu augue. | ||
Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Phasellus venenatis laoreet purus, nec pulvinar mauris faucibus vel. Vivamus non elementum nisl. Sed sit amet mauris urna. Quisque purus mauris, egestas vel pellentesque quis, sollicitudin et urna. | ||
|
||
### Subsection21 | ||
|
||
[⬆](#basic)<!-- Link generated with jump2header --> | ||
|
||
Duis fermentum purus a sodales iaculis. Nunc diam turpis, hendrerit ut elit quis, euismod laoreet velit. | ||
|
||
Pellentesque laoreet sem id nunc luctus, vitae interdum ipsum commodo. Vivamus semper a magna sollicitudin aliquam. | ||
|
||
Mauris a felis nec velit egestas maximus sed et enim. Quisque eget auctor quam, interdum lacinia arcu. Nulla sollicitudin lobortis arcu ultricies scelerisque. Donec faucibus ipsum at libero dictum cursus. | ||
Cras dictum sodales feugiat. Nulla vestibulum metus eu cursus semper. | ||
|
||
Phasellus tincidunt varius eleifend. Curabitur fringilla, neque quis ultricies tincidunt, orci ligula blandit sapien, quis iaculis ipsum enim a sapien. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Cras porta porttitor congue. | ||
|
||
Morbi mattis odio at sem rutrum, ut ornare tortor porttitor. | ||
|
||
#### Header 4 | ||
|
||
[⬆](#basic)<!-- Link generated with jump2header --> | ||
|
||
Aenean et velit non nisl lobortis tempor. Ut felis augue, luctus quis pellentesque a, aliquet quis eros. Phasellus ut mollis eros. Pellentesque dictum urna eu massa lacinia, vitae ultricies elit facilisis. | ||
Quisque gravida auctor turpis et placerat. Nulla ut pharetra elit, ac tincidunt nulla. Vivamus ullamcorper odio sit amet aliquam porttitor. Pellentesque odio tortor, semper a dictum sed, hendrerit a ligula. Proin convallis felis ac sapien fermentum dignissim. Ut eget nibh ut nulla ullamcorper dignissim molestie id magna. | ||
|
||
Pellentesque ac sem eget tellus sagittis lobortis. In convallis suscipit leo et ornare. Sed vel hendrerit neque, non placerat tortor. Aenean placerat tortor orci, ac scelerisque diam consequat a. Suspendisse malesuada viverra mauris sed tincidunt. | ||
|
||
## Section3 | ||
|
||
[⬆](#basic)<!-- Link generated with jump2header --> | ||
|
||
Phasellus interdum sapien sed consectetur maximus. Fusce nec condimentum arcu. In aliquet magna lectus, eu pretium erat aliquam sed. Curabitur sodales, ligula eget porta euismod, justo ex sagittis odio, eu elementum velit ex sit amet tellus. Etiam at aliquam ex. Morbi in sodales ligula, nec volutpat lacus. Pellentesque quis aliquet lorem. Morbi vel blandit metus, luctus venenatis massa. Sed a varius ante, at laoreet ipsum. | ||
|
||
## Markdown | ||
|
||
[⬆](#basic)<!-- Link generated with jump2header --> | ||
|
||
### List | ||
|
||
[⬆](#basic)<!-- Link generated with jump2header --> | ||
|
||
- item 1 | ||
- item 2 | ||
- subitem21 | ||
- item 3 | ||
|
||
### Links | ||
|
||
[⬆](#basic)<!-- Link generated with jump2header --> | ||
|
||
[link](https://github.com/strdr4605) | ||
https://github.com/strdr4605 | ||
|
||
```js | ||
const text = "JavaScript syntax highlighting"; | ||
alert(text); | ||
``` | ||
|
||
### Table | ||
|
||
[⬆](#basic)<!-- Link generated with jump2header --> | ||
|
||
| Tables | Are | Cool | | ||
| ------------- |:-------------:| -----:| | ||
| col 3 is | right-aligned | $1600 | | ||
| col 2 is | centered | $12 | | ||
| zebra stripes | are neat | $1 | | ||
|
||
### Blockquotes | ||
|
||
[⬆](#basic)<!-- Link generated with jump2header --> | ||
|
||
> Blockquotes are very handy in email to emulate reply text. | ||
> This line is part of the same quote. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters