Egbert
Egbert
> 1. I think using terms like "hardcoded" is a bit misleading. As @MinchinWeb said, if the [Python-Markdown](https://github.com/Python-Markdown/markdown) package is not installed, then that Markdown renderer does not run. So...
> 3. [Python-Markdown](https://github.com/Python-Markdown/markdown) continues to be an excellent and well-maintained Markdown parser and is not in need of replacement for most people. It has a very rich [third-party extension eco-system](https://github.com/Python-Markdown/markdown/wiki/Third-Party-Extensions)...
```nftables #!/usr/sbin/nft -f flush ruleset table inet filter { set ssh_limit { type ipv4_addr flags dynamic,timeout timeout 10s } chain input { type filter hook input priority 0; # Accept...
I write [Vimscript highlighting for nftables](github.com/egberts/vim-syntax-nftables)