diff options
author | David Li <li.davidm96@gmail.com> | 2016-01-09 20:35:34 -0700 |
---|---|---|
committer | David Li <li.davidm96@gmail.com> | 2016-01-09 20:35:34 -0700 |
commit | 1263e6cbae7a7c3a05be2a29605a1def8996a4b7 (patch) | |
tree | bd4b079d16d0a9ba065606e3219bbd77572bba38 | |
parent | a554311fc8d76ad5152333d42d8867c28d52c530 (diff) |
Get rid of numbering on TODO headers
-rw-r--r-- | TODO.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -36,4 +36,7 @@ can keep track of its own sneak attack status * May need to decouple core/cache steps to avoid double-stepping +<style> +h1:before, h2:before { content: none; } +</style> <!-- Markdeep: --><style class="fallback">body{visibility:hidden;white-space:pre;font-family:monospace}</style><script src="markdeep.min.js"></script><script src="https://casual-effects.com/markdeep/latest/markdeep.min.js"></script><script>window.alreadyProcessedMarkdeep||(document.body.style.visibility="visible")</script> |