Wiki

Clone wiki

sig / How to Use this Wiki

How to Use this Wiki

Syntax

This wiki uses the Markdown syntax. The MarkDownDemo tutorial shows how various elements are rendered. The Bitbucket documentation has more information about using a wiki.

You can also highlight snippets of text (we use the excellent Pygments library).

#!python

def wiki_rocks(text):
    formatter = lambda t: "funky"+t
    return formatter(text)

The 'short name' or the 'mimetype' of anything in the link below is accepted:

Summary of commands:
https://confluence.atlassian.com/bitbucketserver/markdown-syntax-guide-776639995.html

Cloning

To clone: $ git clone https://mkdevc@bitbucket.org/mkdevc/sig.git/wiki

Updated