This is a minimal test file for verifying the notepad++ syntax highlighting when using the reStructuredTxt user defined language.
The content is from http://docutils.sourceforge.net/docs/user/rst/quickref.html to verify that commenly used syntax is highlightede reasonably.
emphasis
strong emphasis
Bullet lists:
- This is item 1
- This is item 2
- Bullets are "-", "*" or "+". Continuing text must be aligned after the bullet and whitespace.
- bullet
- different bullet.
Note that a blank line is required before the first item and after the last, but is optional between items.
Enumerated lists:
- This is the first item
- This is the second item
- Enumerators are arabic numbers, single letters, or roman numerals
- List items should be sequentially numbered, but need not start at 1 (although not all formatters will honour the first index).
- This item is auto-enumerated
| Authors: | Tony J. (Tibs) Ibbs, David Goodger (and sundry other good-natured folks) |
|---|---|
| Version: | 1.0 of 2001/08/08 |
| Dedication: | To my father. |
Grid table:
| Header 1 | Header 2 | Header 3 |
|---|---|---|
| body row 1 | column 2 | column 3 |
| body row 2 | Cells may span columns. | |
| body row 3 | Cells may span rows. |
|
| body row 4 | ||
Simple table:
| Inputs | Output | |
|---|---|---|
| A | B | A or B |
| False | False | False |
| True | False | True |
| False | True | True |
| True | True | True |
A transition marker is a horizontal line
of 4 or more repeated punctuation characters.
A transition should not begin or end a section or document, nor should two transitions be immediately adjacent.
External hyperlinks, like Python.
External hyperlinks, like Python.
Internal crossreferences, like example.
This is an example crossreference target.
Python is my favourite programming language.
For instance:
def my_function():
"just a test"
print 8/2Today's date is 2026-03-19.
This document was generated on 2026-03-19 at 09:31.
end of file...
