# Chapter 1: Introduction This is the introductory paragraph. It sets the stage for the document. We will discuss various topics related to AI and Markdown processing. ## Section 1.1: Background Here we provide some background information. The history of Markdown is quite interesting. ### Subsection 1.1.1: Early Days Details about the early days go here. # Chapter 2: Methodology This chapter outlines the methods used. ## Section 2.1: Parsing Markdown We use `unified` and `remark-parse` to handle Markdown. ## Section 2.2: Transforming Content The core logic involves traversing the AST and applying LLM transformations. # Chapter 3: Data Representation | Header 1 | Header 2 | Header 3 | |----------|----------|----------| | Cell 1.1 | Cell 1.2 | Cell 1.3 | | Cell 2.1 | Cell 2.2 | Cell 2.3: Contains important data | | Cell 3.1 | Cell 3.2 | Cell 3.3 | This table shows sample data. Each cell can be targeted for transformation. # Chapter 4: Analysis with Structured Output This section discusses the results. We want to extract keywords and sentiment from this text. The weather today is sunny and warm, perfect for a walk in the park. # Chapter 5: Conclusion A concluding paragraph summarizing the key findings.