Skip to content
Snippets Groups Projects
Commit 03e50131 authored by Hanwen Li's avatar Hanwen Li
Browse files
parents 1849e3ba b43cf4a5
No related branches found
No related tags found
No related merge requests found
Pipeline #152968 passed
......@@ -34,7 +34,7 @@ export const AppProvider = ({ children }) => {
useEffect(() => {
// add {id, text} to store if not present
if (!store.find((item) => item.id === id)) {
setStore([...store, { level, id, text, route:asPath }]);
setStore([...store, { level, id, text, route: asPath }]);
}
}, [id, text, asPath]);
......
......@@ -2,4 +2,12 @@ export const meta = {
title: "Model"
}
## Modelling
\ No newline at end of file
## Modelling
Testing a inline math $x = 5$
Some block math:
$$
\frac{d[cellulose-OH]}{dt}=\frac{k_{cat}[E_{surface}][H_2O_2][cellulose-H]}{K_{M(H_2O_2)}K_{M(cellulose)}+K_{M(H_2O_2)}[cellulose-H]+K_{M(cellulose)}[H_2O_2]+[H_2O_2][cellulose-H]}
$$
\ No newline at end of file
......@@ -104,3 +104,7 @@ a {
* {
box-sizing: border-box;
}
.math {
overflow-x: scroll;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment