-
Notifications
You must be signed in to change notification settings - Fork 0
black-desk/djotfmt
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
{% vim: set ft=djot: %}
# djotfmt
[](https://codecov.io/gh/black-desk/djotfmt)
::: note
You can view HTML README here:
<https://black-desk.github.io/djot-html-preview/?url=https://github.com/black-desk/djotfmt/blob/master/README.dj>
:::
::: warning
{*This project is under very early stage and not ready for use.*}
:::
This project is a [`djot`](https://djot.net) formatter written in Rust.
## Build
``` bash
cargo build --release
```
## Test
``` bash
cargo test --release
```
## Install
``` bash
cargo install --path .
```
## Usage
You can check the usage by running:
``` bash
cargo run -r -- --help
```
Or after installing:
``` bash
djotfmt --help
```
## Contributing
- [Djot syntax reference](
https://htmlpreview.github.io/?https://github.com/jgm/djot/blob/master/doc/syntax.html
)
## Bugs
Report bugs to <https://github.com/black-desk/djotfmt/issues/new>.
## Contact
<mailto:[email protected]>
## Reference
- [djot-rs](https://github.com/matklad/djot-rs)
- [djot.js](https://github.com/jgm/djot.js/)
- [djot.lua](https://github.com/jgm/djot.lua/)
- [djot](https://github.com/jgm/djot/)
- [jotdown](https://github.com/hellux/jotdown/)
- [pandoc](https://github.com/jgm/pandoc)
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published