Replace NPM with SPC in magprog.
Remove BMK pages
This commit is contained in:
parent
92299c8b69
commit
bf1ca09a5e
@ -2,7 +2,7 @@
|
|||||||
contentType: markdown
|
contentType: markdown
|
||||||
---
|
---
|
||||||
|
|
||||||
Document name: ${documentName}
|
# ${documentName}
|
||||||
|
|
||||||
${documentMeta.metaValue}
|
${documentMeta.metaValue}
|
||||||
|
|
||||||
@ -14,7 +14,10 @@ Curabitur hendrerit hendrerit rutrum. Nullam elementum libero a nisi viverra ali
|
|||||||
|
|
||||||
Paragraph
|
Paragraph
|
||||||
|
|
||||||
$ \int_a^b {f(x)} = const $
|
$$
|
||||||
|
\int_a^b {f(x)} = const
|
||||||
|
$$
|
||||||
|
|
||||||
|
|
||||||
### Section ${section(2)}
|
### Section ${section(2)}
|
||||||
|
|
||||||
|
@ -1,11 +1,8 @@
|
|||||||
package center.sciprog.snark.documents
|
package center.sciprog.snark.documents
|
||||||
|
|
||||||
import io.ktor.server.application.Application
|
import io.ktor.server.application.Application
|
||||||
import io.ktor.server.application.call
|
|
||||||
import io.ktor.server.cio.CIO
|
import io.ktor.server.cio.CIO
|
||||||
import io.ktor.server.engine.embeddedServer
|
import io.ktor.server.engine.embeddedServer
|
||||||
import io.ktor.server.response.respondRedirect
|
|
||||||
import io.ktor.server.routing.get
|
|
||||||
import io.ktor.server.routing.routing
|
import io.ktor.server.routing.routing
|
||||||
import kotlinx.html.ScriptCrossorigin
|
import kotlinx.html.ScriptCrossorigin
|
||||||
import kotlinx.html.link
|
import kotlinx.html.link
|
||||||
|
Loading…
Reference in New Issue
Block a user