UNPKG

js-lightning

Version:

Direct Javascript to Web interpreted server inspired by PHP

22 lines (15 loc) 653 B
# Markdown Test Example This example demonstrates jsLightning's markdown processing capability. ## Files - `index.md` - Main markdown file that will be served as HTML - `test.md` - Additional markdown file for testing ## Usage 1. Navigate to this directory: `cd EXAMPLE_SITES/7_markdownTest` 2. Start jsLightning: `jsLightning` 3. Visit `http://localhost:7000` to see the markdown rendered as HTML 4. Visit `http://localhost:7000/test.md` to see additional markdown content ## Features Demonstrated - Markdown to HTML conversion - Default page handling (index.md) - Direct markdown file access - Integration with existing jsLightning architecture