Link text which contains a line break but can markdown handle that?
[Link text where the link contains a line break](https://github.com/drahnr/ cargo-spellcheck/)
Link text which contains a line break but can markdown handle that?
[Link text where the link contains a line break](https://github.com/drahnr/ cargo-spellcheck/)
| ## boot live usb | |
| # mount arch root | |
| mount /dev/nvme0n1p6 /mnt | |
| # find efi partition and mount it | |
| mount /dev/nvme0n1p2 /mnt/efi | |
| arch-chroot /mnt | |
| # install grub | |
| grub-install --target=x86_64-efi --efi-directory=/efi --bootloader-id=GRUB | |
| grub-mkconfig -o /boot/grub/grub.cfg |
| # If you come from bash you might have to change your $PATH. | |
| # export PATH=$HOME/bin:/usr/local/bin:$PATH | |
| # Path to your oh-my-zsh installation. | |
| export ZSH=/home/korbinian/.oh-my-zsh | |
| # https://github.com/caiogondim/bullet-train.zsh | |
| BULLETTRAIN_STATUS_EXIT_SHOW=true | |
| BULLETTRAIN_CONTEXT_DEFAULT_USER="korbinian" | |
| BULLETTRAIN_IS_SSH_CLIENT=true |
| git log --date=format:%Y-%m-%d\ %H:%M --pretty=format:'%C(yellow)%h %Cblue%ad, %Cgreen%an%Creset: %s' | |
| # to make it permanent | |
| git config --global log.date format:%Y-%m-%d\ %H:%M | |
| git config --global format.pretty format:'%C(yellow)%h %Cblue%ad, %Cgreen%an%Cred%d%Creset: %s' |