Closed
Description
It seems that some code blocks in API reference are not correctly marked at all, resulting in code blocks that are not syntax highlighted and are preceded by e.g. "[C#]". For example, in BigInteger.IsEven
:
Running git grep '\[C#\]' | wc -l
in the xml directory reports 92 occurrences.
In other cases, the code blocks are marked, but aren't included from snippets, which seems to result in showing code in all languages. For example, in List<T>.ICollection.SyncRoot
:
(The cpp#
language identifier is also confusing, I guess it represents C++/CLI?)
Metadata
Metadata
Assignees
Labels
No labels