protoml-parser
Version:
ProtoML is a lightweight, declarative markup language designed for writing and structuring meeting protocols, notes and task lists in a human-readable and machine-parseable format.
19 lines (11 loc) • 623 B
Markdown
# Example usage of the finance macros:
```pml
....
@=f_start:x=var // Start of the finance section
@=f_entry:title=Salary;amount=1500;type=income;category=Job;method=Bank;notes=Stable month // Income entry
@=f_entry:title=Gaming Steam Sale;amount=67.49;type=expense;category=Leisure;method=PayPal;notes= // Expense entry
@=f_entry:title=Fee;amount=300;type=income;category=Freelance;method=Bank Transfer;notes=Done in the evening // Another income entry
@=f_totals:x=var // Totals for the finance section
@=f_end:x=var // End of the finance section
```