albert-github
albert-github
The problem with the GitHub version of markdown is that I have not been able to find document describing the features used. The `MARKDOWN_ID_STYLE` has been introduced based on reverse...
@PhilipNelson5 Thanks!
@doxygen in markdown.cpp I see the `#define`: ``` #define extraChar(c) \ (c=='-' || c=='+' || c=='!' || \ c=='?' || c=='$' || c=='@' || \ c=='&' || c=='*' || c=='%')...
A related issue is #10696
In your example I don't see any settings for `bold` so looks like this has been omitted. - Can you please attach a, small, self contained example (source+configuration file in...
I think we have here, nearly, the same situation as with #8900 though we now have `"` as non alphanumeric character, that as such can again need some extra processing....
Looks indeed to be fixed by #10910, so solved in the mean time.
@Lyberta for future reference can you give a reference to where it is stated that contracts were voted off at the C++20 at 2019 Cologne meeting.
When I try the given output I don't see a treeview at all. - Is the given output generated with the provided Doxyfile? - I see you are using your...
I can see the new output but I cannot reproduce the problem on Windows 10 with FireFox 138.0.4 (64-bit) I also tried with Google Chrome and Microsfot Edge, but also...