Sorg
Sorg
1. Introduction
2. Main loop
3. Sorg Data
4. Parsing
4.1. Parsing Top
4.1.1. The Parse Function
4.1.2. Normal Parsing Mode
4.1.3. Table of Contents Parsing Mode
4.2. Type Enum
4.3. Headings
4.3.1. Check for Header
4.3.2. Print Header
4.3.2.1. Print Header Function
4.3.2.2. Normal Header Printing
4.3.2.3. TOC Header Printing
4.4. Titles
4.5. Plain Text
4.5.1. Writing a block of text
4.6. Code Blocks
4.7. Code Block References
4.8. Formatted Text
4.8.1. The core mechanic
4.8.2. Format Styles
4.8.2.1. Bold
4.8.2.2. Italics
4.8.2.3. Preformatted
4.8.2.4. Underline
4.8.2.5. TeX math mode
4.9. Ordered Lists
4.10. Unordered Lists
4.10.1. Unordered List mode
4.10.2. Checking for list
4.10.3. Printing the list item
4.11. TODO "TODO" headings
4.12. Links
4.13. Comments
5. Sections
6. Command line parsing
6.1. Turn on section numbers (-s)
6.2. Generate Table of Contents (-t)
7. Miscellaneous Utilties
7.1. Getline
7.2. Spaces To Underscores