Here is a list of logging entries about this Github Site.
Shortcodes Update Logging
Here is a list of shortcodes I’ve made for this blog. Digest Title Code 1 {{< digest-item "title"="Title" "source"="#url" "description"="Description" >}} Demo Description | Source Code Tabs Code 1 2 3 4 5 6 7 8 9 10 11 {{< tabs "test_file" >}} {{< tab "cpp" >}} # cpp code here {{< /tab >}} {{< tab "python" >}} # python code here {{< /tab >}} {{< /tabs >}} Demo Box Highlight Code 1 2 3 4 5 6 7 8 9 10 11 {{< box-highlight type="info" >}} This is a info box....