Markdown

Markdown

Edycja dokumentów Markdown

Znaki

  • EN DASH – (U+2013)
  • EM DASH Pauza (myślnik) — (U+2014)

Oznaczenia klawiszy

  • nazwy klawiszy np. Ctrl+F

    ’<kbd>’

encoding dla polskich liter

pd.read_html(url, encoding='ISO-8859-2')
pd.read_html(url, encoding='Windows-1250')
pd.read_html(url, encoding='UTF-8')

C/C++

  • ABI: Linux/Windows/MacOS
  • Call conventions : stdcall/cdecl
  • gcc/clang/mingw/gdb
  • arm64/armv8/x86/x64

https://godbolt.org/

Notes

[!NOTE]
Highlights information that users should take into account, even when skimming.

[!TIP] Optional information to help a user be more successful.

[!IMPORTANT]
Crucial information necessary for users to succeed.

[!WARNING]
Critical content demanding immediate user attention due to potential risks.

[!CAUTION] Negative potential consequences of an action.