You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A fix for #47 created a regression on this issue.
The Cpp code to HTML conversion wrongly identifies header files as invalid HTML code and removes it from the generated html string. This causes things like #include <xxx> to be displayed just as #include.
The text was updated successfully, but these errors were encountered:
A fix for #47 created a regression on this issue.
The Cpp code to HTML conversion wrongly identifies header files as invalid HTML code and removes it from the generated html string. This causes things like
#include <xxx>
to be displayed just as#include
.The text was updated successfully, but these errors were encountered: