34 lines
361 B
YAML
34 lines
361 B
YAML
id: "roff"
|
|
aliases:
|
|
- "groff"
|
|
- "nroff"
|
|
- "troff"
|
|
- "1"
|
|
- "2"
|
|
- "3"
|
|
- "4"
|
|
- "5"
|
|
- "6"
|
|
- "7"
|
|
- "8"
|
|
- "9"
|
|
- "man"
|
|
- "manual"
|
|
name: "roff"
|
|
|
|
install:
|
|
apt:
|
|
- pandoc
|
|
riju:
|
|
- prettier
|
|
|
|
main: "main.roff"
|
|
template: |
|
|
.PP
|
|
Hello, world!
|
|
|
|
compile: |
|
|
pandoc main.roff -f man -o main.html
|
|
run: |
|
|
prettier --no-config main.html
|