We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b935e7 commit 4bb2cf5Copy full SHA for 4bb2cf5
app/Entities/Controllers/PageApiController.php
@@ -86,6 +86,11 @@ public function create(Request $request)
86
* Pages will always have HTML content. They may have markdown content
87
* if the markdown editor was used to last update the page.
88
*
89
+ * The 'html' property is the fully rendered & escaped HTML content that BookStack
90
+ * would show on page view, with page includes handled.
91
+ * The 'raw_html' property is the direct database stored HTML content, which would be
92
+ * what BookStack shows on page edit.
93
+ *
94
* See the "Content Security" section of these docs for security considerations when using
95
* the page content returned from this endpoint.
96
*/
0 commit comments