AI Chat to HTML — getting started
=================================

Three steps:

1. COPY & PASTE the conversation into example/aichat.txt (or your own file).
   Mark each turn with a line containing [USER] or [CHATBOT].

2. EDIT the text: tidy wording, trim, remove anything unwanted.

3. CONVERT:  python3 aichatprocess.py --source example/aichat.txt

Useful options:
   --theme dark|minimal|warm     change the web page look
   --word-output                 also make a version to paste into Word
   --math                        render $...$ / $$...$$ maths (web page only)
   --help                        full list

Online instructions, examples and styling gallery:
   https://markbeachill.github.io/ai-chat-to-html/
