about summary refs log tree commit diff stats
path: root/lht
Commit message (Collapse)AuthorAge
* Change order to allow inline on ends of pCase Duckworth2019-07-01
|
* "Naked" blocks must begin with "<" and end with ">"Case Duckworth2019-06-30
| | | | | | | | | | I had the "hey, here's a block here already!" detection set to only check for a tag at the end of the block, but realized that that could mess things up if a block ends on, say, an emphasized bit of text. This change checks both that the block begins with a tag and ends with a tag, which can still give false positives (and could engender some false negatives as well), but is, in my opinion, better overall.
* Initial commit with lht &shabbyCase Duckworth2019-06-30