Browse Source

Added screenshot

Anatoly Pulyaevskiy 6 years ago
parent
commit
db5712931c
3 changed files with 2 additions and 1 deletions
  1. 1
    1
      README.md
  2. BIN
      markdown-semantics.png
  3. 1
    0
      packages/zefyr/example/lib/main.dart

+ 1
- 1
README.md View File

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

BIN
markdown-semantics.png View File


+ 1
- 0
packages/zefyr/example/lib/main.dart View File

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