mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-10 16:23:06 +01:00
``` rg '\{%\s*raw' -l | xargs -I{} sed -i -e 's/{%\(\s*\)raw/{%\1verbatim/g; s/endraw\(\s*\)%}/endverbatim\1%}/g' {} ``` Close vichan-devel/vichan#452.