]> datadissipation.net git - ust.git/commitdiff
pandoc markdown fixes
authorgit <redacted>
Mon, 16 Feb 2026 14:36:10 +0000 (09:36 -0500)
committergit <redacted>
Mon, 16 Feb 2026 14:36:10 +0000 (09:36 -0500)
README.md

index 149504348a0be3b59f9b8af4da093f0165ce1baf..c42990593da0a347cdd741815b4c761011e202be 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-##Flags
+## Flags
 
 All flags can have their default values set by modifying `config.h`, additional info and configuration options are also available in the file
 
@@ -14,10 +14,14 @@ All flags can have their default values set by modifying `config.h`, additional
  * `--backspace|-b` - toggle between ASCII `DELETE` and `BACKSPACE` characters
  * `--echo|-h` - toggle local echo (half-duplex mode)
  * `--canonical|-c` - toggle canonical mode (text can be edited locally before sending it to the line)
+
 > If both even and odd parity flags are set, parity is disabled
+
  * `--odd|-o` - toggle odd parity
  * `--even|-e` - toggle even parity
+
 > If both hardware flow control flags are set, DCD flow control is enabled
+
  * `--hardware-rts-cts|-R` - toggle RTS/CTS flow control
  * `--hardware-dtr-dsr|-r` - toggle DTR/DSR flow control
 
@@ -25,7 +29,7 @@ All flags can have their default values set by modifying `config.h`, additional
 
  * `--translation|-t option` - CR and LF translation for data sent
  * `--input-translation|-T option` - CR and LF translation for data read
-###Options:
+### Options:
  * `cr-to-lf`
  * `cr-in-lf` - CR to CRLF
  * `no-cr`
@@ -33,11 +37,11 @@ All flags can have their default values set by modifying `config.h`, additional
  * `lf-in-cr` - LF to CRLF
  * `no-lf`
 
-##Interactive use
+## Interactive use
 
 Special character (`~` by default, may be set in `config.h`) will be escaped if it's the first one in the buffer.
 
-###Commands
+### Commands
 
  * `.` - drop connection and exit
  * `b` - toggle backspace character