Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

🛠 md2confl is a CLI tool to convert the markdown text to confluence wiki format.

License

NotificationsYou must be signed in to change notification settings

kentaro-m/md2confl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub releaseMIT License

md2confl is a CLI tool to convert the markdown text to confluence wiki format.

Demo

Installation

Homebrew

$ brew tap kentaro-m/homebrew-md2confl$ brew install md2confl

Golang

$ GO111MODULE=on go get github.com/kentaro-m/md2confl

Usage

Output the confluence wiki textUsage:  md2confl [file path] [flags]Flags:  -h, --help      Output usage information  -v, --version   Output the version number

Example

Output to the stdout

$ md2confl ~/sample.mdh1. Hello World{code:language=go}package mainimport "fmt"func main() {fmt.Println("Hello World")}{code}

Output to the file

$ md2confl ~/sample.md > foo.txt

Copy to clipboard

$ md2confl ~/sample.md | pbcopy

Input from stdin

$ cat hoge.txt | md2confl

License

MIT

About

🛠 md2confl is a CLI tool to convert the markdown text to confluence wiki format.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp