Rob Muhlestein
Rob Muhlestein
Now that markfunc and Dynamic entries can be used to add markdown escapes we have to get smarter about wrapping instead of just assuming we'll never have them. This means...
Now that we have fields working fine, we need to expand and allow developers to create `ArgsPEGN` and/or `ArgsRegex` rather than using seek. This allows any number of sloppy variations...
Need to add `code` (along with `pre`) to the BonzaiMark functions and allow it to pass an extra parameter for the type of code it is using the same language...
Eventually `form` should take the following variable parameters: * template string, struct, FuncMap ... The struct (if any) will be used as the `{{.Foo}}` stuff. The FuncMap(s) will be combined...
The `--` "into" operator (end of options in other shells) is the equivalent of a pipe in BonzaiShell. It signifies that one command has ended and that any output to...
We need a proper PEGN specification and AST parser for BonzaiMark in it's own `bonzai/mark` package. All the Z commands will remain, just call into the other. This will allow...
The BonzaiMark span scanner is really old and buggy. Currently it skips a * in paragraphs. The thing needs to be rewritten using the scan.R and then eventually all of...