39 lines
729 B
YAML
39 lines
729 B
YAML
id: "confluence"
|
|
aliases:
|
|
- "jira"
|
|
- "atlassian"
|
|
name: "Confluence"
|
|
|
|
info:
|
|
impl: "Pandoc"
|
|
year: 2004
|
|
desc: "Markup format for a popular web-based corporate wiki developed by Atlassian"
|
|
ext: []
|
|
web:
|
|
wiki: "https://en.wikipedia.org/wiki/Confluence_(software)"
|
|
home: "https://confluence.atlassian.com/doc/confluence-wiki-markup-251003035.html"
|
|
impl: "https://pandoc.org/"
|
|
source: "https://github.com/jgm/pandoc"
|
|
category: markup
|
|
mode: []
|
|
platform: []
|
|
syntax: text
|
|
typing: []
|
|
paradigm: []
|
|
usage: []
|
|
|
|
install:
|
|
apt:
|
|
- pandoc
|
|
riju:
|
|
- prettier
|
|
|
|
main: "main.txt"
|
|
template: |
|
|
Hello, world!
|
|
|
|
compile: |
|
|
pandoc main.txt -f jira -o main.html
|
|
run: |
|
|
prettier --no-config main.html
|