Open EvitanRelta opened 1 year ago
It is not a bug since it is consistent with the rest of the UG
Team chose [response.Rejected
]
Reason for disagreement:
This is clearly a failed Markdown -> HTML rendering caused by your team using markdown syntax (ie. backticks in `exit` command
) inside of HTML tags in ur UserGuide.md
as shown:
<p>
<img class="diagram" src="images/ExitExample1.png" />
<em>Exit the application with the `exit` command</em>
</p>
Just because a bug occurs in the entire UG is NOT a valid reason to justify it not being a bug.
Even if we go with your reasoning of it being "consistent with the rest of the UG, thus not a bug" logic, your use of backticks is in-fact not consistent in your UG, as shown that u used code-formatting
in other areas (circled blue) to indicate the exit
command:
back ticks of "exit" not rendered properly as
exit