Improve formatting of test specification docs

The existing formatting created one-element lists separated by paragraphs, when it would make more sense to have the paragraphs that are providing more information about one of those list entries be part of the list entry itself.

I think this makes the documentation easier to read in both markdown and html form, and should also improve the structure for assistive technologies.
This commit is contained in:
Alex Merry 2023-10-23 16:14:15 +01:00 committed by Martin Hořeňovský
parent 766541d12d
commit 966d361551
1 changed files with 20 additions and 20 deletions

View File

@ -110,7 +110,7 @@ tags are special, e.g. those that start with "." or with "!".
You can also combine the basic test specs to create more complex test
specs. You can
specs. You can:
* Concatenate specs to apply all of them, e.g. `[some-tag][other-tag]`.