ohmyzsh/plugins/adoc/README.md
2024-11-14 23:45:15 +01:00

19 lines
362 B
Markdown

# [Asciidoctor](https://asciidoctor.org/)
Function to create an `index.html` from a `README.adoc` into a folder `docs`
This plugin provides a function for [AsciiDoc](https://asciidoc.org/).
To use it, add `adoc` to the plugins array in your zshrc file:
```zsh
plugins=(... adoc)
```
after run `adoc` function.
```
README.adoc
docs
└── index.html
```