You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
web-core
depends ongithub.com/writeas/saturday
to implement functionsApplyMarkdown
andApplyBasicMarkdown
inposts/render.go
. These functions are specific to the operation ofwritefreely
. However,writefreely
reimplements these functions asapplyMarkdown
andapplyBasicMarkdown
in postrender.go instead of using the implementations here inweb-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 ongithub.com/writeas/saturday
, simplifying the packaging process by reducing the need for bundling.The text was updated successfully, but these errors were encountered: