Skip to content

Commit 654e481

Browse files
committed
refactor: improve formatting of encoding limitations section in README
1 parent fc6d533 commit 654e481

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

README.Rmd

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,9 @@ cat(y$content)
155155

156156
## Encoding and Limitations
157157

158-
> **Important:**
159-
> - lzstring operates on strings. For non-string or binary data, encode as JSON or base64 first.
160-
> - Always ensure your input is UTF-8 encoded.
161-
> - If you compress an R object directly (without serialization), the result may not decompress as expected.
158+
- lzstring operates on strings. For non-string or binary data, encode as JSON or base64 first.
159+
- Always ensure your input is UTF-8 encoded.
160+
- If you compress an R object directly (without serialization), the result may not decompress as expected.
162161

163162
---
164163

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -195,12 +195,11 @@ cat(y$content)
195195

196196
## Encoding and Limitations
197197

198-
> **Important:**
199-
> - lzstring operates on strings. For non-string or binary data, encode
200-
> as JSON or base64 first.
201-
> - Always ensure your input is UTF-8 encoded.
202-
> - If you compress an R object directly (without serialization), the
203-
> result may not decompress as expected.
198+
- lzstring operates on strings. For non-string or binary data, encode as
199+
JSON or base64 first.
200+
- Always ensure your input is UTF-8 encoded.
201+
- If you compress an R object directly (without serialization), the
202+
result may not decompress as expected.
204203

205204
------------------------------------------------------------------------
206205

0 commit comments

Comments
 (0)