Add docblocks to ContentAPI and handleGuide
This commit is contained in:
@@ -540,6 +540,7 @@ class CodePressCMS {
|
||||
* Parse Markdown content to HTML using League CommonMark
|
||||
*
|
||||
* @param string $content Raw Markdown content
|
||||
* @param string $actualFilePath Path to the source file (used for display name fallback)
|
||||
* @return array Parsed content with title and body
|
||||
*/
|
||||
public function parseMarkdown($content, $actualFilePath = '') {
|
||||
|
||||
Reference in New Issue
Block a user