On Sun, Jan 13, 2019, at 15:40, git_AT_suckless.org wrote:
> commit cb3d0a04f7d734c50093f9a0bad7191978192449
> Author: efe <efe_AT_efe.kim>
> Date: Sat Jan 12 21:37:16 2019 -0500
>
> don't use named character entities
>
> diff --git a/dwm.suckless.org/patches/selfrestart/index.md
> b/dwm.suckless.org/patches/selfrestart/index.md
> index 3fe6ee36..b470c954 100644
> --- a/dwm.suckless.org/patches/selfrestart/index.md
> +++ b/dwm.suckless.org/patches/selfrestart/index.md
> _AT_@ -22,4 +22,4 @@ Download
> Implementation & idea
> ---------------------
> * Idea belongs to: [Yu-Jie
> Lin](https://sites.google.com/site/yjlnotes/notes/dwm)
> -* The simplified implementation: Barbu Paul - Gheorghe
> <barbu.paul.gheorghe_AT_gmail.com>
> +* The simplified implementation: Barbu Paul - Gheorghe
> <barbu.paul.gheorghe_AT_gmail.com>
> diff --git a/st.suckless.org/patches/palettes/index.md
> b/st.suckless.org/patches/palettes/index.md
> index 91e86695..6dd3d543 100644
> --- a/st.suckless.org/patches/palettes/index.md
> +++ b/st.suckless.org/patches/palettes/index.md
Heya, are you sure this is correct?
Right now the < and > get dropped in the output. See:
https://dwm.suckless.org/patches/selfrestart/
Seems consistent everywhere?
This is expected with Markdown, as you can embed HTML.
Received on Wed Jan 16 2019 - 01:21:49 CET