Go back to CommonMark with YAML
This commit is contained in:
parent
cf1ed48d7f
commit
7f119614c2
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ alias isodate="date +'Date: %Y-%m-%d%nTime: %H:%M:%S%nZone: %:z%n%nWeek: %G-W%V-
|
|||
alias la="ls -a"
|
||||
alias ll="ls -l"
|
||||
alias ls="command ls -F"
|
||||
alias markdown="pandoc --standalone=true --from=commonmark_x --to=html5"
|
||||
alias markdown="pandoc --standalone=true --from=commonmark+yaml_metadata_block --to=html5"
|
||||
alias now="date +%Y%m%dT%H%M%S%z"
|
||||
alias nowh="date +%Y-%m-%dT%H:%M:%S%:z"
|
||||
alias nowu="date -u +%Y%m%dT%H%M%SZ"
|
||||
|
|
Loading…
Reference in a new issue