-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for multiple abstract-like sections
- Loading branch information
Showing
6 changed files
with
154 additions
and
35 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
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,29 @@ | ||
--- | ||
abstract: | | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do | ||
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad | ||
minim veniam, quis nostrud exercitation ullamco laboris nisi ut | ||
aliquip ex ea commodo consequat. Duis aute irure dolor in | ||
reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla | ||
pariatur. | ||
- one | ||
- two | ||
- three | ||
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui | ||
officia deserunt mollit anim id est laborum. | ||
sammanfattning: | | ||
- Phasellus purus. | ||
- Praesent fermentum tempor tellus. | ||
- Proin quam nisl, tincidunt et, mattis eget, convallis nec, purus. | ||
- Lorem ipsum dolor sit amet, consectetuer adipiscing elit. | ||
- Curabitur lacinia pulvinar nibh. | ||
--- | ||
|
||
# Lorem Ipsum | ||
|
||
Quo dolore molestiae et laboriosam occaecati explicabo corrupti. Earum | ||
expedita ducimus quaerat est quam ut molestiae. Illum deleniti vel | ||
labore facilis et cum est. Est nemo est vel ad. Assumenda consequatur | ||
rerum officiis atque officia. Est nihil iste cumque ad qui. |
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,37 @@ | ||
--- | ||
abstract-section: | ||
section-identifiers: | ||
- abstract | ||
- sammanfattning | ||
--- | ||
|
||
# Abstract | ||
|
||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor | ||
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis | ||
nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. | ||
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu | ||
fugiat nulla pariatur. | ||
|
||
- one | ||
- two | ||
- three | ||
|
||
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia | ||
deserunt mollit anim id est laborum. | ||
|
||
# Sammanfattning {#sammanfattning} | ||
|
||
* Phasellus purus. | ||
* Praesent fermentum tempor tellus. | ||
* Proin quam nisl, tincidunt et, mattis eget, convallis nec, purus. | ||
* Lorem ipsum dolor sit amet, consectetuer adipiscing elit. | ||
* Curabitur lacinia pulvinar nibh. | ||
|
||
# Lorem Ipsum | ||
|
||
Quo dolore molestiae et laboriosam occaecati explicabo corrupti. | ||
Earum expedita ducimus quaerat est quam ut molestiae. Illum | ||
deleniti vel labore facilis et cum est. Est nemo est vel ad. | ||
Assumenda consequatur rerum officiis atque officia. Est nihil iste | ||
cumque ad qui. |
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,4 @@ | ||
input-files: [test/input-two-sections.md] | ||
standalone: true | ||
filters: [{type: lua, path: abstract-section.lua}] | ||
to: markdown |