Thanks to visit codestin.com
Credit goes to github.com

Skip to content

black-desk/djotfmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

{% vim: set ft=djot: %}

# djotfmt

[![codecov](
https://codecov.io/gh/black-desk/djotfmt/graph/badge.svg?token=GF5SAU9WIC
)](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

No packages published

Contributors 2

  •  
  •  

Languages