YAML doesn’t have block comments like some other formats, so to comment multiple lines, you must use # on each line.
I once tried to find a block comment workaround but ended up relying on editor macros or plugins to automate this. Also, you can use multi-line strings or fold blocks to handle large text without commenting, depending on your use case.