Overview
Comment:Fix links
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: fc6c611337d1c1f09b92b68bdc0fc97339e267484c64bfba869fb41d85748cbc
User & Date: bohwaz on 2021-10-15 01:48:39
Other Links: manifest | tags
Context
2021-10-15
01:56
Mirror SkrivML syntax page check-in: be4bdef677 user: bohwaz tags: trunk
01:48
Fix links check-in: fc6c611337 user: bohwaz tags: trunk
2021-10-14
02:09
Fix buttons in JS check-in: 661000f19f user: bohwaz tags: trunk, stable
Changes

Modified src/www/admin/web/_syntax_markdown.html from [1df2308f82] to [cb696910b0].

156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<p><code>```<br />bloc de code<br />```</code></p>
<p>s'affiche ainsi :</p>
<pre>bloc de code</pre>
<h2>Liens</h2>
<p>Créez un lien intégré en mettant le texte désiré entre crochets et le lien associé entre parenthèses.</p>
<p><code>Je connais un super gestionnaire [d'association](https://garradin.eu/) !</code></p>
<p>s'affichera :</p>
<p>Je connais un super gestionnaire <a href="https://garradin.eu/">d'association</a> !</p>
<h2>Images</h2>
<p>Utilisez une image en ligne en copiant son adresse (finissant par <code>.jpg</code>, <code>.png</code>, <code>.gif</code> etc…) avec un texte alternatif entre crochets (qui sera affiché si l'image n'apparaît pas) et le lien entre parenthèses.</p>
<pre>![Logo Garradin](https://fossil.kd2.org/garradin/logo)</pre>
<p>donnera :</p>
<p><img src="https://fossil.kd2.org/garradin/logo" alt="Logo Garradin"></p>
<h2>Citation</h2>
<p>Les citations se font avec le signe <code>&gt;</code> :</p>







|







156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<p><code>```<br />bloc de code<br />```</code></p>
<p>s'affiche ainsi :</p>
<pre>bloc de code</pre>
<h2>Liens</h2>
<p>Créez un lien intégré en mettant le texte désiré entre crochets et le lien associé entre parenthèses.</p>
<p><code>Je connais un super gestionnaire [d'association](https://garradin.eu/) !</code></p>
<p>s'affichera :</p>
<p>Je connais un super gestionnaire <a href="https://garradin.eu/" target="_blank">d'association</a> !</p>
<h2>Images</h2>
<p>Utilisez une image en ligne en copiant son adresse (finissant par <code>.jpg</code>, <code>.png</code>, <code>.gif</code> etc…) avec un texte alternatif entre crochets (qui sera affiché si l'image n'apparaît pas) et le lien entre parenthèses.</p>
<pre>![Logo Garradin](https://fossil.kd2.org/garradin/logo)</pre>
<p>donnera :</p>
<p><img src="https://fossil.kd2.org/garradin/logo" alt="Logo Garradin"></p>
<h2>Citation</h2>
<p>Les citations se font avec le signe <code>&gt;</code> :</p>

Modified src/www/admin/web/_syntax_skriv.html from [292a1094f3] to [aa4223f522].

112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
			</tr>
		</tbody>
	</table>
</section>

<header>
	<h1>Syntaxe</h1>
	<p>Garradin utilise la syntaxe <a href="http://markup.skriv.org/language/syntax">SkrivML</a> pour 
		le formatage du texte dans le wiki.</p>
</header>

<section>
	<h2>Extensions</h2>
	<h3>Images</h3>
	<p>Il est possible d'intégrer une image jointe à la page web en plaçant le code suivant sur une ligne (sans autre texte)&nbsp;:</p>







|







112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
			</tr>
		</tbody>
	</table>
</section>

<header>
	<h1>Syntaxe</h1>
	<p>Garradin utilise la syntaxe <a href="http://markup.skriv.org/language/syntax" target="_blank">SkrivML</a> pour 
		le formatage du texte dans le wiki.</p>
</header>

<section>
	<h2>Extensions</h2>
	<h3>Images</h3>
	<p>Il est possible d'intégrer une image jointe à la page web en plaçant le code suivant sur une ligne (sans autre texte)&nbsp;:</p>
231
232
233
234
235
236
237
238
239
240
241
242
		<pre>!! Colonne 1 !! Colonne 2<br />|| Cellule 1 || Cellule 2<br />|| Cellule 3 || Cellule 4</pre>
		<samp><table><thead><tr><th>Colonne 1</th><th>Colonne 2</th></tr></thead><tbody><tr><td>Cellule 1</td><td>Cellule 2</td></tr><tr><td>Cellule 3</td><td>Cellule 4</td></tr></tbody></table></samp>
	</article>
</section>

<section>
	<h3>Autres</h3>
	<p>Consulter la documentation de <a href="http://markup.skriv.org/language/syntax">SkrivML</a>.</p>
</section>

</body>
</html>







|




231
232
233
234
235
236
237
238
239
240
241
242
		<pre>!! Colonne 1 !! Colonne 2<br />|| Cellule 1 || Cellule 2<br />|| Cellule 3 || Cellule 4</pre>
		<samp><table><thead><tr><th>Colonne 1</th><th>Colonne 2</th></tr></thead><tbody><tr><td>Cellule 1</td><td>Cellule 2</td></tr><tr><td>Cellule 3</td><td>Cellule 4</td></tr></tbody></table></samp>
	</article>
</section>

<section>
	<h3>Autres</h3>
	<p>Consulter la documentation de <a href="http://markup.skriv.org/language/syntax" target="_blank">SkrivML</a>.</p>
</section>

</body>
</html>