mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-08-14 01:53:59 +02:00
Fixed Org 2 Markdown Conversion
This commit is contained in:
@@ -529,7 +529,7 @@ CadmusConvert () {
|
|||||||
while test $# -gt 0
|
while test $# -gt 0
|
||||||
do
|
do
|
||||||
case "$1" in
|
case "$1" in
|
||||||
org2md) shift; xclip -selection clipboard -o | pandoc -f org -t markdown | xclip -selection clipboard && exit
|
org2md) shift; xclip -selection clipboard -o | pandoc -f org -t markdown_github+tex_math_dollars --atx-headers | xclip -selection clipboard && exit
|
||||||
;;
|
;;
|
||||||
md2org) shift; xclip -selection clipboard -o | pandoc -f markdown_github+tex_math_dollars --atx-headers -t org | xclip -selection clipboard && exit
|
md2org) shift; xclip -selection clipboard -o | pandoc -f markdown_github+tex_math_dollars --atx-headers -t org | xclip -selection clipboard && exit
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user