You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:pre_write extensions now are run after rendering the graph, but before writing to disk. Previously, the body content of each page would not have been converted yet, but now it will. This should enable anyone to modify the HTML after other extensions converter it.
pass assigns to post/page extension rendering (#102)
Features
add optional config/1 callback to extensions (#104) (d1a5480)
allow extensions to manually insert pages into the graph (#96) (19f4ce5)