Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.