Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/larseggert/md-for-authors
Markdown for IETF Authors
https://github.com/larseggert/md-for-authors
ietf internet-draft markdown
Last synced: about 1 month ago
JSON representation
Markdown for IETF Authors
- Host: GitHub
- URL: https://github.com/larseggert/md-for-authors
- Owner: larseggert
- License: other
- Created: 2021-06-16T10:06:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-20T17:46:33.000Z (over 2 years ago)
- Last Synced: 2023-08-17T05:42:19.657Z (over 1 year ago)
- Topics: ietf, internet-draft, markdown
- Language: Makefile
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Markdown for IETF Authors
This is the working area for the individual Internet-Draft, "Markdown for IETF
Authors".* [Editor's
Copy](https://larseggert.github.io/md-for-authors/#go.draft-vew-md-for-authors.html)
* [Individual
Draft](https://datatracker.ietf.org/doc/html/draft-vew-md-for-authors)
* [Compare Editor's Copy to Individual
Draft](https://larseggert.github.io/md-for-authors/#go.draft-vew-md-for-authors.diff)## Building the Draft
The easiest way to build formatted text and HTML versions of this draft is to
use the [Docker i-d-toolchain](https://github.com/larseggert/i-d-toolchain).``` shell
docker run \
--pull always \
-v $(pwd):/id:delegated \
--cap-add=SYS_ADMIN \
ghcr.io/larseggert/i-d-toolchain:latest \
kdrfc -h -3 draft-vew-md-for-authors.md
```
Alternatively, formatted text and HTML versions of the draft can be built using
`make`. This requires that you have the necessary software installed. See [the
instructions](https://github.com/martinthomson/i-d-template/blob/main/doc/SETUP.md).## Contributing
See the [guidelines for
contributions](https://github.com/larseggert/md-for-authors/blob/main/CONTRIBUTING.md).