Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ReMinoer committed Jul 11, 2017
1 parent 969192c commit b567451
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
java/
.vscode/
.vscode/
.antlr/
1 change: 1 addition & 0 deletions DashParser.g4
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ options { tokenVocab=DashLexer; }

/* TO-DO
- Target conditions
- Alternative text
- Back to line mode
- Media inline
- Unit tests
Expand Down
19 changes: 10 additions & 9 deletions doc.dh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- Sections
- Influençant les titres
- Definition {*[word]:[definition]}
- Target condition
- Other standard blocks
- Multiple paragraph lists
- Rewrite code snippets and examples
Expand Down Expand Up @@ -214,7 +215,7 @@ In fact, titles are blocks. Because there are very common, they have there own s
The language handle the four most famous emphasis :

- You can use *[bold] with { *[ ... ] }.
- You can /[italic] some sentences or with { /[ ... ] }.
- You can /[italic] some sentences or words with { /[ ... ] }.
- You can =[mark] personally important text with { =[ ... ] }.
- You can ~[obselete] not anymore used sentences with { ~[ ... ] }.

Expand Down Expand Up @@ -375,25 +376,25 @@ You can also combine both of them to display the textual and graphic form at the

<--> Images

< .jpg > { images/cat }
< .png > { https://avatars0.githubusercontent.com/u/7021265 }
< .jpg > { http://www.gstatic.com/webp/gallery/1.jpg }
< .png > { https://www.gstatic.com/webp/gallery3/1.png }

<< .dash- >>

< .jpg > { images/cat }
< .png > { https://avatars0.githubusercontent.com/u/7021265 }
< .jpg > { http://www.gstatic.com/webp/gallery/1.jpg }
< .png > { https://www.gstatic.com/webp/gallery3/1.png }

<...>

<--> Videos

< .mp4 > { videos/cat }
< .youtube.com > { LJttZ_Zfiw0 }
< .mp4 > { http://www.sample-videos.com/video/mp4/720/big_buck_bunny_720p_1mb.mp4 }
< .youtube.com > { hqW4qLcRD3w }

<< .dash- >>

< .mp4 > { videos/cat }
< .youtube.com > { LJttZ_Zfiw0 }
< .mp4 > { http://www.sample-videos.com/video/mp4/720/big_buck_bunny_720p_1mb.mp4 }
< .youtube.com > { hqW4qLcRD3w }

<...>

Expand Down

0 comments on commit b567451

Please sign in to comment.