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