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
Markdown bulleted lists (with a * at the start of each line) do not render in the tag wiki sections.
For example, this is the Markdown for the #cpp tag...
C++ is a compiled programming language developed by Bjarne Stroustrup in 1985. It offers features of imperative, object-oriented, and generic programming.
The current language standard is C++17.
## Documentation
* [cppreference.com](https://cppreference.com/)
* [CPlusPlus.com](http://cplusplus.com/)
## Compilers
* [Clang/LLVM](https://clang.llvm.org/)
* [GCC](https://gcc.gnu.org/)
* [Microsoft Visual C++](https://docs.microsoft.com/en-us/cpp/)
[Complete list...](http://www.stroustrup.com/compilers.html)
The output, however, does not put each bulleted item on a new line, nor render the bullets themselves. (See https://dev.to/t/cpp)
The text was updated successfully, but these errors were encountered:
Markdown bulleted lists (with a
*at the start of each line) do not render in the tag wiki sections.For example, this is the Markdown for the
#cpptag...The output, however, does not put each bulleted item on a new line, nor render the bullets themselves. (See https://dev.to/t/cpp)
The text was updated successfully, but these errors were encountered: