« Back Issue #515
  • 2025-01-28 12:32 Reported by adprajap-sjsu
  • 2025-03-18 13:31 Assigned to adprajap-sjsu
Status: Assigned
Priority: Medium

Adds support for markdown parsing

adprajap-sjsu 2025-01-28 12:32

Adds a checkbox on the page settings which allows the content to be rendered as markdown

adprajap-sjsu 2025-01-29 14:58
adprajap-sjsu 2025-01-29 15:50

this patch removes long lines and follows coding guidelines

md-adprajap-2901-02.patch

adprajap-sjsu 2025-02-25 14:22

rebased with latest push

adprajap-sjsu 2025-02-25 14:24
administrator 2025-03-02 09:27

+function upgradeDatabaseVersion83(&$db) +{ + $db->execute("ALTER TABLE GROUP_PAGE ADD MARKDOWN $page_type"); +}

doesn't define $page_type

adprajap-sjsu 2025-03-04 14:18
adprajap-sjsu 2025-03-18 13:31

$data['render_markdown'] moved to a more appropriate place, and follow coding guidelines

md-patch-0318.patch

adprajap-sjsu 2025-03-18 13:31
X