breakout_parser 0.0.12 → 0.0.13
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +7 -0
- data/ext/breakout_parser/lex.yy.c +716 -693
- data/ext/breakout_parser/parser.l +7 -2
- data/ext/breakout_parser/parser.tab.c +229 -171
- data/ext/breakout_parser/parser.tab.h +27 -27
- data/ext/breakout_parser/parser.y +71 -12
- data/spec/parser_spec.rb +86 -21
- metadata +2 -2
data/ChangeLog
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
[ 0.0.13 ]
|
2
|
+
|
3
|
+
* add "h-" to header ids
|
4
|
+
(https://www.assembla.com/spaces/breakout/tickets/5793)
|
5
|
+
* handle [un]numbered lists of level 2 and 3 (**,***,##,###)
|
6
|
+
(https://www.assembla.com/spaces/breakout/tickets/5687)
|
7
|
+
|
1
8
|
[ 0.0.12 ]
|
2
9
|
|
3
10
|
* new internal calling convention
|