From d0c9a208c86cf12bf9e50c7b20a1625257b40c02 Mon Sep 17 00:00:00 2001 From: colin Date: Fri, 30 Aug 2024 19:58:08 -0700 Subject: org mode syntax :P --- README.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 0e35df8..9f4cb3e 100644 --- a/README.org +++ b/README.org @@ -1,11 +1,11 @@ -* `petty-types` +* ~petty-types~ A tiny library that provides -- `type-specifier-p` a predicate that checks whether its argument is a +- ~type-specifier-p~ a predicate that checks whether its argument is a valid type specifier -- `(list-of type &optional len)` DEFTYPE for a LIST of elements with TYPE -- `(vector-of type &optional len)` DEFTYPE for a VECTOR of elements with TYPE +- ~(list-of type &optional len)~ DEFTYPE for a LIST of elements with TYPE +- ~(vector-of type &optional len)~ DEFTYPE for a VECTOR of elements with TYPE Here are some examples: -- cgit v1.2.3