You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
markdown_content/2.0 : Description: Module demonstrating markdown help content
474
559
===========================
475
-
step 39
560
+
step 42
476
561
lua ProjectDIR/src/lmod.in.lua shell --regression_testing help markdown_with_images/1.0
477
562
===========================
478
563
Module Specific Help for "markdown_with_images/1.0"
@@ -484,7 +569,43 @@ This module demonstrates markdown with image support.
484
569
\\033[36m[Image: Logo]\\033[0m (...)
485
570
\\033[36m[Image: Screenshot]\\033[0m (...)
486
571
\\033[1mFeatures\\033[0m
487
-
\\033[36m•\\033[0m Feature one with **bold** text
488
-
\\033[36m•\\033[0m Feature two with *italic* text
489
-
\\033[36m•\\033[0m Feature three with `code` examples
572
+
\\033[36m•\\033[0m Feature one with \\033[1mbold\\033[0m text
573
+
\\033[36m•\\033[0m Feature two with \\033[3mitalic\\033[0m text
574
+
\\033[36m•\\033[0m Feature three with \\033[2m\\033[36mcode\\033[0m examples
490
575
For more information, visit the \\033[34m\\033[4mproject website\\033[0m (...).
576
+
===========================
577
+
step 43
578
+
lua ProjectDIR/src/lmod.in.lua shell --regression_testing help nested_markdown_lists/1.0
579
+
===========================
580
+
Module Specific Help for "nested_markdown_lists/1.0"
581
+
\\033[1m\\033[36mNESTED MARKDOWN IN LISTS\\033[0m
582
+
\\033[1mOverview\\033[0m
583
+
This module tests that nested markdown formatting (bold, italic, code) within list items is correctly processed and rendered.
584
+
\\033[1mUnordered Lists with Nested Formatting\\033[0m
585
+
\\033[36m•\\033[0m Feature with \\033[1mbold\\033[0m text
586
+
\\033[36m•\\033[0m Feature with \\033[3mitalic\\033[0m text
587
+
\\033[36m•\\033[0m Feature with \\033[2m\\033[36mcode\\033[0m examples
588
+
\\033[36m•\\033[0m Feature with \\033[1mbold\\033[0m and \\033[3mitalic\\033[0m together
589
+
\\033[36m•\\033[0m Feature with \\033[2m\\033[36mcode\\033[0m and \\033[1mbold\\033[0m text
590
+
\\033[36m•\\033[0m Feature with a \\033[34m\\033[4mlink\\033[0m (...) inside
591
+
\\033[1mOrdered Lists with Nested Formatting\\033[0m
592
+
\\033[36m1.\\033[0m First item with \\033[1mbold\\033[0m emphasis
593
+
\\033[36m2.\\033[0m Second item with \\033[3mitalic\\033[0m emphasis
594
+
\\033[36m3.\\033[0m Third item with \\033[2m\\033[36mcode\\033[0m formatting
595
+
\\033[36m4.\\033[0m Fourth item combining \\033[1mbold\\033[0m, \\033[3mitalic\\033[0m, and \\033[2m\\033[36mcode\\033[0m
596
+
\\033[36m5.\\033[0m Fifth item with a \\033[34m\\033[4mlink\\033[0m (...) and \\033[1mbold\\033[0m text
597
+
\\033[1mMixed Nested Formatting\\033[0m
598
+
\\033[36m•\\033[0m Regular text without formatting
599
+
\\033[36m•\\033[0m Text with \\033[1mbold\\033[0m only
600
+
\\033[36m•\\033[0m Text with \\033[3mitalic\\033[0m only
601
+
\\033[36m•\\033[0m Text with \\033[2m\\033[36mcode\\033[0m only
602
+
\\033[36m•\\033[0m Text with \\033[1mbold\\033[0m and \\033[3mitalic\\033[0m combined
603
+
\\033[36m•\\033[0m Text with all three: \\033[1mbold\\033[0m, \\033[3mitalic\\033[0m, and \\033[2m\\033[36mcode\\033[0m
604
+
\\033[36m•\\033[0m Text with \\033[34m\\033[4mlinks\\033[0m (...) and \\033[1mbold\\033[0m formatting
605
+
\\033[1mExpected Behavior\\033[0m
606
+
All nested formatting should be rendered correctly:
607
+
\\033[36m•\\033[0m \\033[1mBold\\033[0m text should appear bold
608
+
\\033[36m•\\033[0m \\033[3mItalic\\033[0m text should appear italic
609
+
\\033[36m•\\033[0m \\033[2m\\033[36mCode\\033[0m should appear with code formatting
610
+
\\033[36m•\\033[0m \\033[34m\\033[4mLinks\\033[0m (...) should be formatted as links
611
+
If you see raw markdown syntax (like \\033[2m\\033[36m\\033[1mbold\\033[0m\\033[0m or \\033[2m\\033[36m\\033[3mitalic\\033[0m\\033[0m) in the output, the nested formatting is not being processed correctly.
0 commit comments