File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
122122The 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
124124using the [ Zig version manager] ( https://github.com/tristanisham/zvm ) to install and manage various
125125Zig versions.
126126
You can’t perform that action at this time.
0 commit comments