Revision 00203a86
Added by Oleksandr Ivanov about 2 years ago
| specifications/srs/srs.md | ||
|---|---|---|
|
|
||
|
[SRS-003] The software shall indicate whether a Controlled Item is referenced in another specification via External Item Id >[ARCH-004]
|
||
|
|
||
|
### Text Formating
|
||
|
|
||
|
[SRS-011] The software shall allow to use internal links in the text (links to any markdown files that are managed by this software)
|
||
|
|
||
|
>Example 1: [This is a short form of internal link to the System Level Specification](sys.md)
|
||
|
|
||
|
>Example 2: [This is a relative form of internal link to the System Level Specification](./../sys/sys.md)
|
||
|
|
||
|
[SRS-012] The software shall allow to use the links to any headings in the text
|
||
|
|
||
|
>Example 1: [This is a link to the heading in the same document](#overview)
|
||
|
|
||
|
>Example 2: [This is a link to the heading in another internal document](./../sys/sys.md#overview)
|
||
|
|
||
|
[SRS-013] The software shall allow to use external links in the text (links to any public resources)
|
||
|
|
||
|
>Example 1: [This is an external link](https://www.markdownguide.org/extended-syntax)
|
||
|
|
||
|
>Example 2: [This is an external link with the anchorx](https://markdownguide.offshoot.io/extended-syntax/#tables)
|
||
|
|
||
|
[SRS-014] The software shall allow to use italic font decoration
|
||
|
|
||
|
>Example 1: *This is a text in italic*
|
||
|
|
||
|
[SRS-015] The software shall allow to use bold font decoration
|
||
|
|
||
|
>Example 1: **This is a text in bold**. However since this is a part of the blockquote it could be rendered as bold and italic. It is OK.
|
||
|
|
||
|
[SRS-016] The software shall allow to use bold and italic font decoration simultaneously
|
||
|
|
||
|
>Example 1: ***This is a text in bold and italic***
|
||
|
|
||
|
### Statistics
|
||
|
|
||
|
[SRS-005] The software shall provide the "Number of Controlled Items" for each specification
|
||
Also available in: Unified diff
Doc: Requirements for the font decoration and links (#42)