diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2015-08-02 02:53:03 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2015-08-02 02:56:22 -0600 |
| commit | dbce17031083f97e9cc54560df4a5df2f1983d59 (patch) | |
| tree | d6ff4fef9417a033fde9f1cf12e66063e5781214 /examples/chronicles-example.adoc | |
| parent | f947a6864559de20a96c115d7a5c7bb067b728fc (diff) | |
replace unicode_char method with direct unicode sequences
- write unicode char as %(\uXXXX) instead of unicode_char method
- add example of checklist to chronicles
Diffstat (limited to 'examples/chronicles-example.adoc')
| -rw-r--r-- | examples/chronicles-example.adoc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/examples/chronicles-example.adoc b/examples/chronicles-example.adoc index 503f3fe5..455edfc7 100644 --- a/examples/chronicles-example.adoc +++ b/examples/chronicles-example.adoc @@ -107,13 +107,19 @@ This potion for a sample document contains the following ingredients, which are **** two fresh Burdockian leaves ***** They must be harvested by the light of the teal moons. -Got square? +Are you square? [square] * one * two * three +TODO? + +* [x] Done +* [ ] Next +* Who's counting? + ==== Searching for Burdockian .Steps for finding and preparing Burdockian leaves |
