From 51bfe4710b6b1311bbf7b638247e0f468c73e237 Mon Sep 17 00:00:00 2001 From: Paulo Duarte Date: Tue, 23 Dec 2025 17:30:26 -0300 Subject: [PATCH] Create problematico.md --- docs/problematico.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 docs/problematico.md diff --git a/docs/problematico.md b/docs/problematico.md new file mode 100644 index 0000000..cf7918b --- /dev/null +++ b/docs/problematico.md @@ -0,0 +1,30 @@ +# Title Without Space + +This is an example of a markdown file with several issues: + +## Subtitle Without Space + +Text without ending punctuation. + +- List item without space +- List item stuck together + +[Link without text]( ) + +Image without alt: ![](imagem.png) + +Code without language: +``` +print('Hello') +``` + +Table without header: +| | | +|--|--| +|a|b| + +> Quote without space +>another line stuck together + +Line with double spaces +