Skip to content

Incorrectly marked code blocks #2069

Closed
@svick

Description

@svick

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.​Sync​Root:

(The cpp# language identifier is also confusing, I guess it represents C++/CLI?)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions