= Trac Wiki Formatting Test Page = This is a test page with examples of Trac Wiki formatting. Use it as a reference for writing your own documentation. == Headings == = Heading Level 1 = == Heading Level 2 == === Heading Level 3 === ==== Heading Level 4 ==== == Text Styles == * '''Bold text''' * ''Italic text'' * __Underlined__ * `Monospaced` * ^Superscript^ * ,,Subscript,, == Lists == === Bullet List === * Item 1 * Item 2 * Subitem 2.1 * Subitem 2.2 === Numbered List === 1. First 1. Second a. Subitem A b. Subitem B == Table == || '''Header 1''' || '''Header 2''' || '''Header 3''' || || Cell 1.1 || Cell 1.2 || Cell 1.3 || || Cell 2.1 || Cell 2.2 || Cell 2.3 || == Blockquote / Indented Block == {{{ This is an indented block. Useful for quotes or descriptions. }}} == Code Block == {{{ def hello_world(): print("Hello, Trac!") }}} == Links == * External link: [https://example.com Example] * Internal link: [wiki:Home HomePage] * Ticket link: #123 * Changeset link: [changeset:456] * Revision link: r789 == Images == [[Image(logo.png)]] [[Image(https://www.example.com/image.png, width=200)]] == Horizontal Line == ---- == Macros == [[TOC]] — Table of contents [[TicketQuery(status=new|assigned,owner=me)]] — Query for open tickets [[PageOutline(2)]] — Section outline == Checkboxes (if plugin is enabled) == * [ ] Incomplete item * [x] Completed item == Formulas (if supported) == {{{ {{latex: E = mc^2}} }}} ---- == Contact == * Author: [wiki:YourUsername] * Date: YYYY-MM-DD