version 1.3.7: markdown file moved
This commit is contained in:
parent
f05e213e25
commit
76ab04d217
2 changed files with 10 additions and 7 deletions
|
@ -120,6 +120,7 @@ Links can also be [relative](/info).
|
|||
You can also add a [title](http://typemill.net "typemill").
|
||||
You can even add [ids or classes](http://typemill.net){#myid .myclass}.
|
||||
Or you can use a shortcut like http://typemill.net.
|
||||
You can even use a download-link like []()
|
||||
````
|
||||
|
||||
This is an ordinary [Link](http://typemill.net).
|
||||
|
@ -132,6 +133,8 @@ You can even add [ids or classes](http://typemill.net){#myid .myclass}.
|
|||
|
||||
Or you can use a shortcut like http://typemill.net.
|
||||
|
||||
[markdown (PNG, 1.05 KB)](media/files/markdown.png){.tm-download file-png}
|
||||
|
||||
##Images
|
||||
|
||||
````
|
||||
|
@ -145,13 +148,13 @@ The same rules as with links, but with a !
|
|||
|
||||
The same rules as with links, but with a !
|
||||
|
||||
{.center}
|
||||
{.center}
|
||||
*With Caption*
|
||||
|
||||
{#myid .imgClass}
|
||||
{.center}
|
||||
*With a caption that spans over several lines.*
|
||||
|
||||
{#myid .otherclass width=150px}
|
||||
{#myid .otherclass width=150px}
|
||||
|
||||
## Linked Images
|
||||
|
||||
|
@ -162,7 +165,7 @@ You can link an image with a nested syntax like this:
|
|||
|
||||
You can link an image with a nested syntax like this:
|
||||
|
||||
[{.imgClass}](https://typemill.net)
|
||||
[{.imgClass}](https://typemill.net)
|
||||
|
||||
## Image Position
|
||||
|
||||
|
@ -176,17 +179,17 @@ You can controll the image position with the classes .left, .right and .middle l
|
|||
*With caption that spans over several lines*
|
||||
````
|
||||
|
||||
{.left}
|
||||
{.left}
|
||||
*With caption that spans over several lines*
|
||||
|
||||
The first image should float on the left side of this paragraph. This might not work with all themes. If you are a theme developer, please ensure that you support the image classes "left", "right" and "center". You can add these classes manually in the raw mode or you can assign them in the visual mode when you edit a picture (double click on it to open the dialog). Images in a separate line are rendered with the html5 elements `figure` and `figcapture`.
|
||||
|
||||
{.right}
|
||||
{.right}
|
||||
*With caption that spans over several lines*
|
||||
|
||||
The second image should float on the right side of this paragraph. This might not work with all themes. If you are a theme developer, please ensure that you support the image classes "left", "right" and "center". You can add these classes manually in the raw mode or you can assign them in the visual mode when you edit a picture (double click on it to open the dialog). Images in a separate line are rendered with the html5 elements `figure` and `figcapture`.
|
||||
|
||||
{.center}
|
||||
{.center}
|
||||
*With caption that spans over several lines*
|
||||
|
||||
The thirds image should be placed above this paragraph and centered to the middle of the content area. This might not work with all themes. If you are a theme developer, please ensure that you support the image classes "left", "right" and "center". You can add these classes manually in the raw mode or you can assign them in the visual mode when you edit a picture (double click on it to open the dialog). Images in a separate line are rendered with the html5 elements `figure` and `figcapture`.
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1.1 KiB |
Loading…
Add table
Reference in a new issue