Add docblocks to ContentAPI and handleGuide

This commit is contained in:
2026-07-28 14:40:55 +02:00
parent 890510c4c6
commit 3bb16ff116
3 changed files with 101 additions and 0 deletions
+1
View File
@@ -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 = '') {