# exp-markdown **Repository Path**: mirrors_embedthis/exp-markdown ## Basic Information - **Project Name**: exp-markdown - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README exp-markdown === Expansive plugin for Markdown files. Provides the 'markdown' service. ### To install: pak install exp-markdown ### To configure in expansive.json: * enable — Enable the compile-markdown-html service to process Markdown files. * mappings — Files extensions to process. Defaults to { md: [ 'esp', 'html' ] }. This processes files with a '.md.esp' and '.md.html' extension. ``` { services: { 'markdown': { enable: true, } } } ``` ### Get Pak from [https://www.embedthis.com/pak/](https://www.embedthis.com/pak/)