this repo has no description

Doc: Add images to cheatsheet

+18 -1
+12
doc/cheatsheet.mld
··· 158 158 159 159 {math \sqrt 2}}} 160 160 {tr 161 + {th {{!odoc_for_authors.media}Images} } 162 + {td {@text[ 163 + {image!path/to/file.png} 164 + 165 + {image:https://picsum.photos/200/100} 166 + ]}} 167 + {td 168 + {image!odoc_logo_placeholder.jpg} 169 + 170 + {image:https://picsum.photos/200/100} 171 + }} 172 + {tr 161 173 {th {{!odoc_for_authors.tables}Table} } 162 174 {td {@text[ 163 175 Light syntax:
+5
doc/dune
··· 47 47 (action 48 48 (progn 49 49 (diff driver.mld driver.mld.corrected)))) 50 + 51 + (install 52 + (section doc) 53 + (files (odoc_logo_placeholder.jpg as odoc-pages/odoc_logo_placeholder.jpg)) 54 + (package odoc))
+1 -1
doc/odoc_for_authors.mld
··· 663 663 The light syntax has the advantages of being arguably more readable for small tables when viewing the source file directly. However, its content is restricted (for instance, no new line is allowed). 664 664 The heavy syntax is easier to write, can be more readable for big tables, and supports having any kind of content inside. It does not support alignment (yet). 665 665 666 - {2 Medias} 666 + {2:media Medias} 667 667 668 668 Odoc 3.0 introduced new markup for medias. Medias are nestable blocks, 669 669 so they can be put inside lists and tables, but they cannot be
doc/odoc_logo_placeholder.jpg

This is a binary file and will not be displayed.