Skip to content

Commit 55c5170

Browse files
committed
docs: drop excess horizontal rules
1 parent d9470ee commit 55c5170

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ KEncode produces short, predictable text payloads for environments with strict
1919
character or length limits such as URLs, file names, Kubernetes labels, and log
2020
keys.
2121

22-
---
23-
2422
## Overview
2523

2624
KEncode has three standalone entry points. ByteEncoding is a set of text codecs
@@ -134,8 +132,6 @@ Encoding `"any byte data"` (13 bytes):
134132
| Base64 | `YW55IGJ5dGUgZGF0YQ==` | 20 | `[0-9A-Za-z+/=]` |
135133
| Base85 | `@;^?5@X3',+Cno&@/` | 17 | ASCII 33–117 |
136134

137-
---
138-
139135
## Extensions
140136

141137
EncodedFormat can be extended by wrapping any byte transformation as a

0 commit comments

Comments
 (0)