Fix comment

This commit is contained in:
Christoph Hagen 2023-09-27 22:48:54 +02:00
parent d1f7738f09
commit 6365e963c5

View File

@ -103,7 +103,7 @@ struct PageContentGenerator {
// For videos: ![option1,option2,...](file)
// For svg with custom area: ![x,y,width,height](file.svg)
// For downloads: ![download](file1, text1; file2, text2, (download-name); ...)
// For a simple boxes: ![box](title;body)
// For a simple box: ![box](title;body)
// A fancy page link: ![page](page_id)
// External pages: ![external](url1, text1; url2, text2, ...)
guard let fileAndTitle = markdown.between(first: "](", andLast: ")").removingPercentEncoding else {