Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit ea5a2f3

Browse files
committed
Update readme with known problems
1 parent 5c1824c commit ea5a2f3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ _[Screenshot taken from here](https://matusnovak.github.io/doxybook2/hugo-learn/
3333
* [Use as a library](#As-a-library)
3434
* [Contributing](#Contributing)
3535
* [Issues](#Issues)
36+
* [Known Problems](#Known-Problems)
3637
* [License](#License)
3738

3839
## Description
@@ -519,6 +520,12 @@ Pull requests are welcome! Feel free to submit a pull requesr to the GitHub of t
519520

520521
Got any questions or found a bug? Feel free to submit them to the GitHub issues of this repository <https://github.com/matusnovak/doxybook2/issues>.
521522

523+
## Known Problems
524+
525+
#### cannot use operator[] with a string argument with number
526+
527+
This is a bug caused by the [inja](https://github.com/pantor/inja) dependency in version `3.0.0` and fixed in version `3.1.0`. At the time of writing this, vcpkg only has the broken version `3.0.0`. To fix this problem, use `--head` option when installing `inja` to get the bug-free latest version. See [issue #19](https://github.com/matusnovak/doxybook2/issues/19) for more information.
528+
522529
## License
523530

524531
```

0 commit comments

Comments
 (0)