Overview
Comment:Fix markdown help title
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | stable
Files: files | file ages | folders
SHA3-256: 354a04b6bd484848bc13bd1c5b3b07a7f5838d05f7615f31158283e6c4706fc0
User & Date: bohwaz on 2022-09-04 22:06:27
Other Links: manifest | tags
Context
2022-09-04
22:06
Fkx right amount when nothing is paid for a service subscription check-in: 1c25a42adb user: bohwaz tags: trunk, stable
22:06
Fix markdown help title check-in: 354a04b6bd user: bohwaz tags: trunk, stable
2022-09-02
18:58
Missing return statement check-in: 941cbc6502 user: bohwaz tags: trunk, stable, 1.1.29
Changes

Modified src/www/admin/web/_syntax_markdown.html from [602dc80a26] to [c2399a75ec].

1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8" />
  <title>Syntaxe SkrivML</title>
  <style type="text/css">
  body, form, p, div, hr, fieldset, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6 {
      margin: 0;
      padding: 0;
  }
  h1  { font-size: 2em; }
  h2  { font-size: 1.5em; }




|







1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8" />
  <title>Syntaxe MarkDown</title>
  <style type="text/css">
  body, form, p, div, hr, fieldset, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6 {
      margin: 0;
      padding: 0;
  }
  h1  { font-size: 2em; }
  h2  { font-size: 1.5em; }