zeripath
zeripath
Extension to #20571 with the ability to add yaml frontmatter to control recognition of latex/tex code e.g.: ```markdown --- math:all --- $x = 5$ ```
Very much work-in-progress attempt at converting the eventstream into a websocket. The idea would be to use the reader to allow for more notifications to be watched and so on.
This PR adds mathematical rendering with KaTeX. The first step is to add a Goldmark extension that detects the latex (and tex) mathematics delimiters. The second step to make this...
This PR rewrites the invisible unicode detection algorithm to more closely match that of the Monaco editor on the system. It provides a technique for detecting ambiguous characters and relaxes...
- [x] I understand that GitHub issues are not for tech support, but for questions specific to this generator, bug reports, and feature requests. The documentation refers to using `gulp...
- [x] I understand that GitHub issues are not for tech support, but for questions specific to this generator, bug reports, and feature requests. Item | Version ----- | -----...
### Please give general description of the problem Go-ini does not properly cope with characters that need to be escaped. ### Please provide code snippets to reproduce the problem described...
Hi! The init method for macaron causes a panic if the current working directory cannot be read. https://github.com/go-macaron/macaron/blob/4df59ae8a50bd2e82ed915ff1ce764b1bb128a9d/macaron.go#L315 Because this runs on init even if macaron is not going to...
Hi! At Gitea we'd like to move from go-bindata to packr2. However, we're noticing that on attempting to run packr we're requiring thousands of open fds. I've looked for obvious...
The last commit to this project was 1 November 2019. Is this project still under active development?