primary source of my static site generator for my blog, the github link is a mirror for github actions
The reference form of the image syntax had nowhere to go: Image only has a url, so the parser was putting the label there and `![a][b]` came out identical to ``, with nothing downstream aware the url still needed resolving against a RefDef. Adds a ReferenceImage constructor mirroring ReferenceLink and has the djot parser emit it. As with reference links, an empty label falls back to the alt text. Note HTML.hs still renders neither reference form. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> |
||
|---|---|---|
| .github/workflows | ||
| app | ||
| src | ||
| tests/Markdown | ||
| .dockerignore | ||
| .gitignore | ||
| action.yml | ||
| CHANGELOG.md | ||
| Dockerfile | ||
| LICENSE | ||
| psb.cabal | ||
| TODO.md | ||