add treehouse fix
command that generates ulids for you
This commit is contained in:
parent
7e84005a6b
commit
f16a84f3de
12 changed files with 449 additions and 64 deletions
|
@ -108,6 +108,7 @@ impl<'a> Parser<'a> {
|
|||
self.advance();
|
||||
let after_percent = self.position;
|
||||
self.eat_indented_lines_until(indent_level, |c| c == '-' || c == '+')?;
|
||||
self.eat_as_long_as(' ');
|
||||
let end = self.position;
|
||||
Some(Attributes {
|
||||
percent: start..after_percent,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue