Skip to content

Commit

Permalink
Closes #11
Browse files Browse the repository at this point in the history
  • Loading branch information
ClassicOldSong committed Jun 29, 2018
1 parent 845927e commit b785b94
Show file tree
Hide file tree
Showing 5 changed files with 1,905 additions and 1,836 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Here is an example.

```
Tree structure
Lines not started with >#%@.+- are considered as comments
Lines not started with >#%@.|+- are considered as comments
The escape character of eft is '&', for prevention of the conflict with js escapes.
Except for the change of the character, all the usage should be the same.
this is a comment
Expand Down Expand Up @@ -142,6 +142,11 @@ this is a comment
@submit.capture.stopImmediate = submit
'.' stands for text nodes
.Name: {{name}}&nJob: {{job}}
>pre
'|' stands for multiline text
|Line 1
|Line 2
|Line 3
>br
'-' stands for standard mounting point
-node1
Expand Down
2 changes: 1 addition & 1 deletion config/rollup.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import eslint from 'rollup-plugin-eslint'
import resolve from 'rollup-plugin-node-resolve'
import commonjs from 'rollup-plugin-commonjs'
import replace from 'rollup-plugin-replace'
import uglify from 'rollup-plugin-uglify'
import { uglify } from 'rollup-plugin-uglify'
import progress from 'rollup-plugin-progress'
import json from 'rollup-plugin-json'

Expand Down
Loading

0 comments on commit b785b94

Please sign in to comment.