temporal push for keeping history

This commit is contained in:
2020-08-05 16:21:30 +06:00
parent 8686e60fbc
commit 93f70fe874
116 changed files with 562 additions and 91 deletions

View File

@@ -0,0 +1,10 @@
package com.insanusmokrassar.postssystem.markups.html
import com.insanusmokrassar.postssystem.core.content.api.ReadContentRepo
import com.insanusmokrassar.postssystem.core.post.repo.ReadPostsRepo
import kotlinx.html.FlowContent
//abstract class HtmlMarkupPlugin(
// postsRepo: ReadPostsRepo,
// postsContentRepo: ReadContentRepo
//) : AbstractMarkupPlugin<FlowContent>(postsRepo, postsContentRepo)

View File

@@ -0,0 +1,10 @@
package com.insanusmokrassar.postssystem.markups.html
import com.insanusmokrassar.postssystem.core.content.api.ReadContentRepo
import com.insanusmokrassar.postssystem.core.post.repo.ReadPostsRepo
import kotlinx.html.FlowContent
//abstract class HtmlMarkupPlugin(
// postsRepo: ReadPostsRepo,
// postsContentRepo: ReadContentRepo
//) : AbstractMarkupPlugin<FlowContent>(postsRepo, postsContentRepo)