Files
2025-06-24 16:26:40 +04:00

24 lines
319 B
Ada

-- Copyright
-- This is test of the Markdown features supported by GNATdoc.
--
-- Paragraph.
--
-- `code`, *emphasis*, **strong**
--
-- ![Image](image.png){width=64px height=64px}
--
-- with P;
--
-- procedure Hello_World;
--
-- 1. Item 1
-- 2. Item 2
--
-- * Item 1
-- * Item 2
package P is
end P;