ソースを参照

Added screenshot

Anatoly Pulyaevskiy 6 年 前
コミット
db5712931c
共有3 個のファイルを変更した2 個の追加1 個の削除を含む
  1. 1
    1
      README.md
  2. バイナリ
      markdown-semantics.png
  3. 1
    0
      packages/zefyr/example/lib/main.dart

+ 1
- 1
README.md ファイルの表示

@@ -39,7 +39,7 @@ this Markdown block:
39 39
 
40 40
 Zefyr can deliver exactly that:
41 41
 
42
-[screenshot]
42
+![markdown_semantics](/markdown-semantics.png | width=100)
43 43
 
44 44
 > Nested blocks support (e.g. lists inside quote blocks) is planned.
45 45
 

バイナリ
markdown-semantics.png ファイルの表示


+ 1
- 0
packages/zefyr/example/lib/main.dart ファイルの表示

@@ -29,6 +29,7 @@ class ZefyrApp extends StatelessWidget {
29 29
   @override
30 30
   Widget build(BuildContext context) {
31 31
     return new MaterialApp(
32
+      debugShowCheckedModeBanner: false,
32 33
       title: 'Zefyr Editor',
33 34
       theme: new ThemeData(primarySwatch: Colors.cyan),
34 35
       home: new MyHomePage(),