Skip to content

Duplicate markdown rendering with writefreely #9

Description

@eddsalkield

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 in postrender.go instead of using the implementations here in web-core.

Indeed, there does not exist any writeas repository that depends on either of those functions.

Therefore I suggest dropping the implementation of these functions from web-core. In so doing, we lose the dependency on github.com/writeas/saturday, simplifying the packaging process by reducing the need for bundling.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions