Render a recap of the notes (fenced divs) of the document
Project description
pandoc-recap
Render a recap of the notes inside a document
Example
Write a markdown file, define metadata variable, and use them inside the with double brackets.
# My advices in life
## Chapter 1 - Health
::: tip
Brush your teeth
:::
## Chapter 2 - Friendship
::: tip
Be nice
:::
## Conclusion
::: {#recap .tip .BulletList}
Then call the filter when you generate the document:
$ pandoc foo.md --filter=pandoc-recap
<h1 id="my-advices-in-life">My advices in life</h1>
<h2 id="chapter-1---health">Chapter 1 - Health</h2>
<div class="tip">
<p>Brush your teeth</p>
</div>
<h2 id="chapter-2---friendship">Chapter 2 - Friendship</h2>
<div class="tip">
<p>Be nice</p>
</div>
<h2 id="conclusion">Conclusion</h2>
<ul>
<li>Brush your teeth</li>
<li>Be nice</li>
</ul>
Install
pip install pandoc-recap
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pandoc_recap-0.0.2.tar.gz
(3.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pandoc_recap-0.0.2.tar.gz.
File metadata
- Download URL: pandoc_recap-0.0.2.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27aee8a364d97bb650a2f8086441e8df9126f889683c38f3c84c1253c95b23a6
|
|
| MD5 |
9ac6c5c214ca1cd6be7249cdea9c2fb6
|
|
| BLAKE2b-256 |
1061bf912e36aec424cf8614b0beb0368ac7b2b07afafe696be35daed837b498
|
File details
Details for the file pandoc_recap-0.0.2-py3-none-any.whl.
File metadata
- Download URL: pandoc_recap-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
acd1393504ee8e124e7aa1c33ed7404810e5208a64cc6751be133c05de12ee9c
|
|
| MD5 |
45ede9746bcf72979fc33c97e508a09a
|
|
| BLAKE2b-256 |
e3e9b63d7df60f23aa76247d6922305842be2ac8ed4777ad89583e6219ad534d
|