# Sample Markdown Document This is a sample markdown document to demonstrate the document conversion capabilities of the TSYSDevStack Toolboxes Docs container. ## Features Demonstrated - Headers and subheaders - **Bold text** - *Italic text* - Lists - Sublist item 1 - Sublist item 2 - Code blocks: ```python def hello(): print("Hello, World!") ``` ## Tables | Column 1 | Column 2 | Column 3 | |----------|----------|----------| | Item 1 | Item 2 | Item 3 | | Item 4 | Item 5 | Item 6 | ## Images ![Placeholder Image](https://placehold.co/600x400.png "Sample Image") ## Conclusion This sample document demonstrates various markdown features that can be converted to beautiful PDFs using the Pandoc and TeXLive tools in this container.