Skip to content

Commit 349d42f

Browse files
committed
Update README: escaped char support
1 parent 6a0d9e4 commit 349d42f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
![CI Status](https://github.com/JacobCrabill/zigdown/actions/workflows/main.yml/badge.svg)
66

77
> [!TIP]
8-
> Zig 0.15.1 Required
8+
> Zig 0.15.x Required
99
1010
- [Tools & Features](#tools-&-features)
1111
- [Command-Line Tools](#command-line-tools)
@@ -83,6 +83,7 @@ a psuedo-static web site, or present a set of files interactively as an in-termi
8383
- [x] Neovim integration (Lua)
8484
- [x] Markdown formatter
8585
- [x] HTML-encode all text in the HTML renderer
86+
- [x] Character escaping
8687

8788
### Future Work / Missing Pieces
8889

@@ -96,7 +97,6 @@ a psuedo-static web site, or present a set of files interactively as an in-termi
9697
- Requires filling in some libC stub functions (the TS parsers use quite a few functions from
9798
the C standard library that are not available in WASM)
9899
- To run the exising WASM demo, do `./tools/run_wasm_demo.sh`.
99-
- [ ] Character escaping
100100

101101
## Caveats
102102

@@ -120,7 +120,7 @@ subset of all Markdown syntax, and ignoring anything I personally find useless o
120120
## Usage
121121

122122
The current version of Zig this code compiles with is
123-
[0.15.2](https://ziglang.org/download/0.15.2/zig-x86_64-linux-0.15.2.tar.xz). I highly recommend
123+
[0.15.2](https://ziglang.org/download/0.15.2/zig-x86_64-linux-0.15.2.tar.xz). I highly recommend
124124
using the [Zig version manager](https://github.com/tristanisham/zvm) to install and manage various
125125
Zig versions.
126126

0 commit comments

Comments
 (0)