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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,9 +49,9 @@ The SimVascular website user guides can be found in the documentation folder, an
49
49
50
50
In each folder, there are markdown files from which the content in the `html` files is generated. [Markdown](https://daringfireball.net/projects/markdown) is a lightweight markup language with plain text formatting syntax that can be editied using a text editor.
51
51
52
-
The markdown files are accessed and translated into `html`through the `<zero-md>` element, which is placed in the `html` file. Documentation on `<zero-md>` can be found [here](https://zerodevx.github.io/zero-md/).
52
+
The markdown files are accessed and translated into `html`with the `<zero-md>` element, which is placed in the `html` file. Documentation on `<zero-md>` can be found [here](https://zerodevx.github.io/zero-md/).
53
53
54
-
The icons used in this website come from [fontawesome](https://fontawesome.com/search?o=r&m=free).
54
+
The icons used in this website come from [fontawesome](https://fontawesome.com/search?o=r&m=free). Some styling comes from [Bootstrap](https://getbootstrap.com/) because we want to make the website as compatible with mobile phones as possible.
55
55
56
56
Before editing, you should first fork **simvascular.github.io** to your own repository and sync it with https://github.com/SimVascular/simvascular.github.io.
0 commit comments