Skip to content

Latest commit

 

History

History
137 lines (97 loc) · 3.09 KB

sample.rst

File metadata and controls

137 lines (97 loc) · 3.09 KB

This is the introduction.

It can contain multiple paragraphs.

The following is an unnumbered list:

  • First
  • Second

The following is a numbered list using decimal numbers:

  1. First
  2. Second

The following is a definition list:

first
Description of the term.
second
Description of another term.

where structures are represented in a C-style format with types such as Elf64_Word for an unsigned 64-bit integer.

Fixed-width term: term

Bold term: term

Italics term: term

Internal reference: References

External reference: External reference text.

External reference to an Internet Draft: External reference text.

External reference to an RFC: https://www.rfc-editor.org/info/rfc2119.

The following is a code block followed by a definition list to define fields:

typedef struct {
   int sample;
} sample_t;
sample
Definition of the sample field.

Following is a block quote:

This is quoted text that goes in a block quote.

Following is a literal block:

       This is text
that goes in a literal block.
name value notes
foo 1 Some note text
bar 2 Another note