spell check lol

This commit is contained in:
randomuser 2021-06-29 14:16:50 -05:00
parent e17ae01055
commit 6fd3e868ac
1 changed files with 6 additions and 6 deletions

12
README
View File

@ -1,17 +1,17 @@
uml - untitled markup language
==============================
uml is a markup is a (mostly) line based markup langauge. it mostly exists to be 'rendered' or exported into other markup languages. as such it is the 'lowest common denominator' of all these markup languages. its features include
uml is a markup is a (mostly) line based markup language. it mostly exists to be 'rendered' or exported into other markup languages. as such it is the 'lowest common denominator' of all these markup languages. its features include
- headers (#), subheaders (##), subsubheaders (###), ...
- quotes (>)
- links (=)
- link descriptions (not implimented)
- link descriptions (not implemented)
- non-rendered comments (%)
- lists (-/*)
- codeblocks/preformatted text (not implimented)
- tables (not implimented)
- inline links (not implimented)
- codeblocks/preformatted text (not implemented)
- tables (not implemented)
- inline links (not implemented)
files
=====
@ -100,7 +100,7 @@ tables can be rendered like so:
uml.py usage
============
uml.py takes no arguments and just listens on stdin. it tokenizes the implimented parts of the markup language until an EOF is reached, in which case the program prints the results of the tokenization.
uml.py takes no arguments and just listens on stdin. it tokenizes the implemented parts of the markup language until an EOF is reached, in which case the program prints the results of the organization.
+----------------------| Input text |--+
| # header |