--- title: Post One description: First post description tags: ['llm', 'ai', 'astro'] --- # Post One This is some **markdown** content. const a = 1; --- --- title: Post Two description: Another post description tags: ['tools', 'ai'] --- # Post Two This is another post with *cleaned* content. const b = 2; --- --- title: Third One description: Final one tags: ['astro', 'web'] --- # Third One Final post, testing output. console.log('done'); ---