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
docs: fix the demo code fence and list markdown() in the method table
The demo block opened as ```javapublic, fusing the fence and the first
line of code, so the block was tagged with a bogus "javapublic" language
and lost its highlighting. The stray "public" was not in the source
either: demo App is declared "class App", package-private.
markdown() was also absent from the migration table, which is the
closest thing the README has to a list of the client's methods.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
0 commit comments