remarkup.thrift
No OneTemporary

File Metadata

Created
Tue, Jul 7, 6:17 AM

remarkup.thrift

struct Block {
1: i32 start,
2: i32 num_lines,
3: string rule
}
typedef list<Block> Blocks
service PhabricatorParserPrivate {
Blocks parse(1: string text)
}

Event Timeline