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
Add doc-ci:skip directive and richer run reporting
Authors can now exempt a snippet from execution without polluting the
copyable code: 'doc-ci:skip' in the fence info string, or an HTML comment
'<!-- doc-ci:skip -->' on the line above the fence. Such snippets classify
as directive-skip and are never run. The run reporter now shows captured
error output for failures (the point of the tool) and a clear OK/FAIL
verdict. README's own usage example is marked skip, so the README has no
runnable snippets and CI now dogfoods 'doc-ci run' too. 58 tests passing.
0 commit comments