hhmx.de

Tom

Föderation EN Do 21.03.2024 14:37:25

@cheeaun Multi line code snippets when?
```
if [ $(type flatpak 2>/dev/null | grep -c "is /") -eq 1 ];
echo -e \n$TITLE"Cleaning and updating Flatpak..."\n$RESET
flatpak uninstall --unused
flatpak update
end
```

Chee Aun 🤔

Föderation EN Do 21.03.2024 16:23:49

@tripplehelix it should work if there's another new line before the triple tildes.

But ultimately final (HTML) output is still from the backend, Phanpy just "progressively-enhance" it while trying not to mess it up.