An example markdown page demonstrating content migration
Welcome to DCSA Labs Documentation
This is an example markdown page that demonstrates how to migrate and render markdown content within the DCSA corporate theme.
About This Page
This page showcases the following features:
- Markdown rendering with the corporate theme
- Typography matching DCSA brand guidelines
- Navigation consistent with the main site
- Responsive design for all devices
Key Features
Easy Content Migration
You can easily migrate existing markdown files into this Astro project. Simply:
- Place your
.mdfiles in thesrc/pagesdirectory - Add the appropriate frontmatter with layout information
- Your content will be automatically rendered with the corporate theme
Flexible Layout
The markdown layout inherits all the DCSA brand colors and styling:
- Purple theme (#1F1C2B)
- Petrol accents (#007D80)
- Yellow highlights (#F2E300)
- Professional typography using Poppins font family
Content Examples
Code Blocks
// Example code snippet
const greeting = "Hello from DCSA Labs";
console.log(greeting);
Lists
Unordered list:
- First item
- Second item
- Third item
Ordered list:
- Initial step
- Second step
- Final step
Emphasis
You can use italic text and bold text for emphasis.
Conclusion
This example demonstrates how seamlessly markdown content integrates with the DCSA Labs corporate theme. All your existing documentation can be migrated following this pattern.
Last updated: January 2026