<?xml version="1.0" encoding="UTF-8"?><feed xmlns='http://www.w3.org/2005/Atom'>
    <title>Max's Ada Blog</title>
    <subtitle>Max Reznik's blog about Ada programming</subtitle>
    <link href='https://reznikmm.github.io/' rel='alternate'/>
    <link href='https://reznikmm.github.io/atom.xml' rel='self' type='application/atom+xml'/>
    <id>https://reznikmm.github.io/</id>
    <updated>2026-02-03T00:00:00Z</updated>
    <author><name>Max Reznik</name></author>
    <generator>Vyasa</generator>
    <entry>
        <title>Writing Blog in Markdown with Ada Parser</title>
        <link href='https://reznikmm.github.io/2026-02-03.html'/>
        <id>https://reznikmm.github.io/2026-02-03.html</id>
        <updated>2026-02-03T00:00:00Z</updated>
        <summary type='text'>I have created a simple blog engine in Ada that converts Markdown files into a static website. Currently, the parser supports basic Markdown features. Inlines: bold, italic, combination, code, links. images.</summary>
    </entry></feed>