Resource Factory is a universal approach to originating, refining, and rendering Markdown, HTML, type-safe SQL, or other assets that could comprise static sites or engineering artifacts.
GNU Affero General Public License v3.0
0
stars
3
forks
source link
Add error event listener to all pages which records client-side issues #65
Add the following to all pages:
For Markdown, add
onerror
forimg
and other elements as HTML is generated usingcustomize()
method.