Version: 1.0.2
Doc. ID: UG-EXAMPLEMD
Date | Version | Description | Author |
---|---|---|---|
13.01.2017 | 1.0.0 | Initial version | Vitali Stupin |
13.01.2017 | 1.0.1 | Fixed some typos | Vitali Stupin |
20.01.2017 | 1.0.2 | Fixed some more typos | Vitali Stupin |
02.03.2017 | 1.0.3 | Toc is generated using markdown-toc | Vitali Stupin |
18.03.2018 | 1.0.3 | Copied from X-Road Joint Development repository. | Petteri Kivimäki |
This document is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/.
This is an example GitHub Flavored Markdown document [GITHUBMD] used to illustrate X-Road joint development "Formatting & Style Guide" [STYLEGUIDE].
Document creators SHOULD view this example markdown before writing any X-Road documentation and MAY use this example as a template for new documents.
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document (in uppercase, as shown) are to be interpreted as described in [RFC2119].
-
X-Road member – natural or legal person who uses functionality offered by X-Road.
-
Subsystem – represents part of an information system belonging to an X-Road member. X-Road member can divide its information system to subsystems, although this is not mandatory
-
X-Road service – SOAP-based web service that is offered by an X-Road member or by a subsystem and that can be used by other X-Road members or subsystems.
-
XML - stands for eXtensible Markup Language.
[STYLEGUIDE] X-Road joint development Formatting & Style Guide, 2016,
FormattingStyleGuide.md
[RFC2119] Key words for use in RFCs to Indicate Requirement Levels, Internet Engineering Task Force, 1997,
https://www.ietf.org/rfc/rfc2119.txt
[GITHUBMD] GitHub Flavored Markdown,
https://guides.github.com/features/mastering-markdown/
Note that GutHub will automatically detect fully qualified links. So the following lines of code will produce the same result:
https://guides.github.com/
[https://guides.github.com/](https://guides.github.com/)
Be careful with long lines in code blocks. Triple backticks (```) disable wrapping:
This document is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/.
This section contains example XML with highlighting.
<?xml version="1.0" encoding="UTF-8"?>
<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
</note>