Skip to content

Commit

Permalink
update json
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Aug 31, 2015
1 parent 92357e7 commit ede7c01
Show file tree
Hide file tree
Showing 2 changed files with 457 additions and 209 deletions.
2 changes: 1 addition & 1 deletion bin/generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var getItems = function (str) {

var list = [];
while ((result = patt.exec(str)) != null) {
list.push({level: result[1].length / 4, content: result[2].trim()});
list.push({level: result[1].length / 2, content: result[2].trim()});
}
return list;
};
Expand Down
Loading

0 comments on commit ede7c01

Please sign in to comment.