web-core icon indicating copy to clipboard operation
web-core copied to clipboard

Core components of the web application.

Results 2 web-core issues
Sort by recently updated
recently updated
newest added

None of the functions in `posts/render.go` are ever used anywhere. By pruning this dead code, we lose the dependencies on `github.com/microcosm-cc/bluemonday` and `github.com/writeas/saturday`, aiding the packaging process. Fixes issue #9.

`web-core` depends on `github.com/writeas/saturday` to implement functions `ApplyMarkdown` and `ApplyBasicMarkdown` in `posts/render.go`. These functions are specific to the operation of `writefreely`. However, `writefreely` reimplements these functions as `applyMarkdown` and `applyBasicMarkdown`...