Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add basename function to sgml FuncMap (#1104)
This function is necessary to allow custom backends to only use the basename of an image in cases where images are stored as attachments. ``` blockImageTmpl = `<image ><attachment filename="{{ basename .Src }}" /></image>` ``` Co-authored-by: David Gamba <[email protected]>
- Loading branch information