Skip to main content

Posts

Featured

WebEx - Code Block with Syntax Highlighting in message

WebEx provide a very nice feature to message code block with syntax highlighting - it is call Markdown. To enable Markdown, do the following 1) Click on the T icon 2) Click on the M icon 3) Click on the Markdown enabled checkbox Or to simplify all step 1) Click "Ctrl+m" Once the T icon become M (below is example), Markdown is enabled Once you have markdown, you could provide code block with syntax highlighting as follow Below is an example ``` C++ int main() { cout << "Hello World!"; return 0; } ``` Note the following ` - this is a back-tick and NOT single quote Use 'Shift + Enter' for new line language is optional - currently it supports only 16 languages: markup, css, clike, javascript, c, c++, c#, docker, git, java, json, objective-c, perl, powershell, python and swift.  

Latest Posts

Python - Wait for TCP ack before sending next data

Linux - "cannot execute: required file not found" error

PowerShell - Increase screen buffer

Wireshark - How to find Connection Timeout TCP packets?

FFMPEG - Fast Forwarding a Video 100 times

Wireshark - Beware of false positive marking by Wireshark - TCP Keep alive

Java - How to map Linux Thread ID to Java Thread ID

Windows 10 - Could not find this item when deleting directory

Wireshark - What to do after you found a suspicious packet?

Wireshark - Where to start? Take a look at Expert Information