Update all documentation from pure html to markdown syntax
carlbennett opened this issue · 1 comments
carlbennett commented
Update all documentation from pure html to markdown syntax
carlbennett commented
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 ;)