Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
barais authored Dec 15, 2023
1 parent 6625c7a commit f642d4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ If you enjoy using hackmd to build your exam. Just use hackmd, next download you

Next, you can ask to print 2 pdf using Ctrl + P or Cmd +P.

In your hackmd, you can directly include svg like the following to create your box.
In your hackmd, you can directly include svg like the following to create your box for the answer. The width of a page is 604px. The height is 800px.

```svg
<svg width="624" height="310">
<rect width="624" height="310" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,0)" />
<svg width="604" height="310">
<rect width="604" height="310" style="fill:rgb(255,255,255);stroke-width:1;stroke:rgb(0,0,0)" />
</svg>
```

Expand Down

0 comments on commit f642d4b

Please sign in to comment.