bnetdocs-web icon indicating copy to clipboard operation
bnetdocs-web copied to clipboard

Update all documentation from pure html to markdown syntax

Open carlbennett opened this issue 8 years ago • 1 comments

carlbennett avatar Feb 19 '17 22:02 carlbennett

As of today, this issue is still ongoing. Below are some stats.

I did a quick (and dumb) database search, and there are ostensibly 16 packets that still have html left to convert:

SELECT COUNT(*) FROM bnetdocs_phoenix.packets WHERE packet_remarks LIKE '%<%>%';
-- 16 rows

There are 423 total packets in the database. There are 407 packets that do not contain this pattern. All of the packets currently have the Markdown option set.

All of this to say, converting packets is about 96% complete.

*edited to reflect production instead of dev ;)

carlbennett avatar Jul 23 '21 20:07 carlbennett