Fossil SCM
Replaced use of an explicit "blockquote" tag in an MD doc with a leading ">". It's not only simpler markup, it generates slightly different HTML output, leading to better formatting under this skin.
Commit
9f71793cdff2dcc0d17f8ce719337345089b546ba43f54a40534b50b5f611527
Parent
d3c55b57f1286ab…
1 file changed
+1
-4
+1
-4
| --- www/alerts.md | ||
| +++ www/alerts.md | ||
| @@ -155,14 +155,11 @@ | ||
| 155 | 155 | are the two records tied together under the hood. For more on this, see |
| 156 | 156 | [Users vs Subscribers below](#uvs). |
| 157 | 157 | |
| 158 | 158 | If you are seeing the following complaint from Fossil: |
| 159 | 159 | |
| 160 | -<blockquote> | |
| 161 | - Use a different login with greater privilege than FOO to access | |
| 162 | - /subscribe | |
| 163 | -</blockquote> | |
| 160 | +> Use a different login with greater privilege than FOO to access /subscribe | |
| 164 | 161 | |
| 165 | 162 | ...then the repository's administrator forgot to give the |
| 166 | 163 | [**EmailAlert** capability][cap7] |
| 167 | 164 | to that user or to a user category that the user is a member of. |
| 168 | 165 | |
| 169 | 166 |
| --- www/alerts.md | |
| +++ www/alerts.md | |
| @@ -155,14 +155,11 @@ | |
| 155 | are the two records tied together under the hood. For more on this, see |
| 156 | [Users vs Subscribers below](#uvs). |
| 157 | |
| 158 | If you are seeing the following complaint from Fossil: |
| 159 | |
| 160 | <blockquote> |
| 161 | Use a different login with greater privilege than FOO to access |
| 162 | /subscribe |
| 163 | </blockquote> |
| 164 | |
| 165 | ...then the repository's administrator forgot to give the |
| 166 | [**EmailAlert** capability][cap7] |
| 167 | to that user or to a user category that the user is a member of. |
| 168 | |
| 169 |
| --- www/alerts.md | |
| +++ www/alerts.md | |
| @@ -155,14 +155,11 @@ | |
| 155 | are the two records tied together under the hood. For more on this, see |
| 156 | [Users vs Subscribers below](#uvs). |
| 157 | |
| 158 | If you are seeing the following complaint from Fossil: |
| 159 | |
| 160 | > Use a different login with greater privilege than FOO to access /subscribe |
| 161 | |
| 162 | ...then the repository's administrator forgot to give the |
| 163 | [**EmailAlert** capability][cap7] |
| 164 | to that user or to a user category that the user is a member of. |
| 165 | |
| 166 |