albert-github
albert-github
When looking at the elements we see we have here the element: ``` ``` that causes a problem and that this is not present in case of just one line...
I've just pushed a proposed patch, pull request #11862
Code has been integrated in master on GitHub (please don't close the issue as this will be done at the moment of an official release).
I'm not sure whether the code you showed is your actual code (for the example) or that the backslashes entered because of problems showing the right text. Did you mean...
The problem is that a fenced code block should start and end with the same number of backticks (like you found), when this is not the case the end marker...
I've just pushed a proposed patch, pull request #11865
Code has been integrated in master on GitHub (please don't close the issue as this will be done at the moment of an official release).
@doxygen I took the first example from page 524 of the latest C++ draft: ``` Document Number: N5014 Date: 2025-08-05 ``` and got warnings like: ``` .../bb.h:7: warning: preprocessing issue...
@doxygen Would be nice to have this possibility, but indeed it is maybe a bit a far sought example although it is the first example given in the C++ standard....
@McDaMastR With the current master: 1.16.0 (8bd7fc6fca1fceb01f2e5df1d13fa754ee0a3d35) I don't get any warnings and the result looks like OK as `doxygen -d preprocesor` gives: ``` Preprocessor output of .../aa.h (size: 179...