These days, the use of AI in work is increasing, and I sometimes use AI for simple documentation. I use ppt only when necessary (to clarify the purpose, I do it manually. ㅎ), and everything else is made with html.
Other formats cannot be generated directly by AI, so I use python to create them. For example, I create an md file and run a python script to convert it to pdf...
However, html is text-based, so it's convenient for AI to create directly.
You can freely use colors, tables. The font size is automatically adjusted according to titles, section headings, etc., and if you ask it to make a square box by dividing the sections, it will do it in an instant. It's more intuitive and cleaner than any other format like pdf or md files.
Sometimes connected content spans two pages when outputting, but considering the effort spent on document creation, it's not even a concern.
When this AI writes long sentences, I have to send commands several times to delete or add content. If you develop know-how??, you can summarize it more quickly.
Anyway,
It's a very heartwarming story that I have come to love html, which I only knew as a programming language??.
Happily ever after . . .