scaffold-command icon indicating copy to clipboard operation
scaffold-command copied to clipboard

scaffold taxonomy docs have incorrect rendering

Open benlk opened this issue 6 years ago • 1 comments

On https://developer.wordpress.org/cli/commands/scaffold/taxonomy/, the docs display < and > instead of the respective glyphs:

screen shot 2018-02-19 at 6 14 23 pm

--theme and --plugin should probably have identical formatting with regards to whether the =<name> is included inside the square brackets.

benlk avatar Feb 19 '18 23:02 benlk

Note that the source code files here don't have those as HTML entities; this looks like a bug with the renderer, not the plugin's docs.

https://github.com/wp-cli/scaffold-command/blob/a897a54ba0a8199743d90204ff773b302fc77572/src/Scaffold_Command.php#L46-L48

https://github.com/wp-cli/scaffold-command/blob/a897a54ba0a8199743d90204ff773b302fc77572/README.md#wp-scaffold-block

benlk avatar Sep 27 '18 23:09 benlk