Kagi seems to currently only highlight the code and command snippets within code blocks, not in the AI answer text. For instance this sed-related question can be highly confusing with its single-character options:
To print only the changed lines using sed, you can use the -n option in combination with the p flag after a substitute command. This approach suppresses the default printing of all lines and only prints those that have been modified by the s (substitute) command.
with basic inline formatting:
To print only the changed lines using sed, you can use the -n option in combination with the p flag after a substitute command. This approach suppresses the default printing of all lines and only prints those that have been modified by the s (substitute) command.
Start using inline code in the answer to improve readability (as described above), and preferably also highlight the font within in some manner — for instance with bright red colour.