Actualización

This commit is contained in:
perro tuerto 2023-10-01 12:55:45 -07:00
parent 06059e8921
commit b2f1f02514
1 changed files with 1 additions and 2 deletions

View File

@ -471,8 +471,7 @@ md () {
done done
;; ;;
convertir | convert) convertir | convert)
pandoc --markdown-headings=atx --standalone \ pandoc --standalone -V lang=es -o $4 $2 ;;
-V lang=es -o $4 $2 ;;
leer | read | ver | cat | c) leer | read | ver | cat | c)
glow -w $LENGTH -p $2 ;; glow -w $LENGTH -p $2 ;;
editar | edit | e) editar | edit | e)