9913e9b23a
Details: When generating markdown documents, certain commands were not being parsed correctly when rendering strings from Mitre ATT&CK JSON objects. This PR fixes that issue by replacing double backslash with null strings in the technique['description'] portion of the ERB template. Testing: Generated docs and the only document/technique effected by this change is T1546.008. I know it's small but it helps. Associated Issues: fixed #1539