Kind | Covered | All | % |
expression | 0 | 1 | 0.0 |
branch | 0 | 0 | nil |
1
;;; lib/organ/element/greater/item.lisp --- Org Item Elements
2
3
;; Items match the pattern: 'BULLET COUNTER-SET CHECK-BOX TAG CONTENTS'
4
5
;; examples
6
#|
7
- item
8
3. [@3] set to three
9
+ [-] tag :: item contents
10
* item, note whitespace in front
11
* not an item, but heading - heading takes precedence
12
|#
13
14
;;; Code:
15
(in-package :organ)