Jesus Alvarez
Jesus Alvarez
Just enough for hyperlink references - [ ] Lex - [ ] Parse
An API for Item insertion into the token ring buffer. This will help clean up systemMessage(). When parsing an itemBlockQuote, the text of the item needs to be added onto...
The lexer functions need to be properly tested, similar to how the parser functions are tested. peek() peekBack() next() backup() While implementing inline markup, I found a few problems with...
`parse_test.go` is magical and does comparisons of JSON objects to Go objects, but is _barely_ documented. After not looking at it for four months some of it is kind of...
The parser currently does not recognize tabstops at all. The spec says all tabstop should be converted into eight spaces.
- Convert docutils tests into JSON - Finish parser support - Write tests
Requies #10 The blog post should cover: 1. **Converting docutils tests to json** 1. Problems with docutils tests - psuedo xml not easily portable 2. testdata 1. portable rst tests...