Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyori19/markdown-reports
Useful add-ons to write reports in Markdown
https://github.com/kyori19/markdown-reports
Last synced: 6 days ago
JSON representation
Useful add-ons to write reports in Markdown
- Host: GitHub
- URL: https://github.com/kyori19/markdown-reports
- Owner: kyori19
- License: mit
- Created: 2022-04-17T09:16:19.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-24T06:38:25.000Z (almost 3 years ago)
- Last Synced: 2024-11-17T21:41:22.614Z (2 months ago)
- Language: TypeScript
- Size: 358 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Markdown Reports
Useful add-ons to write reports in Markdown
## Features
All samples are in [sample.md](docs/sample.md).
### Image captions
Adds an image title under the image.
```md
![[Fig.1] @[email protected]](./assets/icon.png)
```![Sample of a image caption](docs/image-caption.png)
### Centerize images
Adds `display: block; margin: auto` to all images.