Fix comment
This commit is contained in:
parent
d1f7738f09
commit
6365e963c5
@ -103,7 +103,7 @@ struct PageContentGenerator {
|
|||||||
// For videos: ![option1,option2,...](file)
|
// For videos: ![option1,option2,...](file)
|
||||||
// For svg with custom area: ![x,y,width,height](file.svg)
|
// For svg with custom area: ![x,y,width,height](file.svg)
|
||||||
// For downloads: ![download](file1, text1; file2, text2, (download-name); ...)
|
// 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)
|
// A fancy page link: ![page](page_id)
|
||||||
// External pages: ![external](url1, text1; url2, text2, ...)
|
// External pages: ![external](url1, text1; url2, text2, ...)
|
||||||
guard let fileAndTitle = markdown.between(first: "](", andLast: ")").removingPercentEncoding else {
|
guard let fileAndTitle = markdown.between(first: "](", andLast: ")").removingPercentEncoding else {
|
||||||
|
Loading…
Reference in New Issue
Block a user