separate examples to prevent confusion authored by emmapeel's avatar emmapeel
...@@ -39,6 +39,7 @@ Remember **not to leave any spaces between [] and ()**, because otherwise the li ...@@ -39,6 +39,7 @@ Remember **not to leave any spaces between [] and ()**, because otherwise the li
| good | bad | | good | bad |
| ------ | ------ | | ------ | ------ |
| `See [here](/circumvention)` | `See [here] (/circumvention)` | | `See [here](/circumvention)` | `See [here] (/circumvention)` |
| `See [here](/circumvention)` | `See [here](/ circumvention)` |
## How to see the strings in the websites ## How to see the strings in the websites
... ...
......