mirror of
https://github.com/AdaCore/gnatdoc.git
synced 2026-02-12 13:11:07 -08:00
24 lines
319 B
Ada
24 lines
319 B
Ada
-- Copyright
|
|
|
|
-- This is test of the Markdown features supported by GNATdoc.
|
|
--
|
|
-- Paragraph.
|
|
--
|
|
-- `code`, *emphasis*, **strong**
|
|
--
|
|
-- {width=64px height=64px}
|
|
--
|
|
-- with P;
|
|
--
|
|
-- procedure Hello_World;
|
|
--
|
|
-- 1. Item 1
|
|
-- 2. Item 2
|
|
--
|
|
-- * Item 1
|
|
-- * Item 2
|
|
|
|
package P is
|
|
|
|
end P;
|