Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Important Syntax of Markdown for Github

bold Italic

Nothing matters

one two three
Four Five Six

Java Code Highlighting

    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
    }

    @Override
    public View onCreateView(final LayoutInflater inflater, ViewGroup container,
                             Bundle savedInstanceState) {
        // Inflate the layout for this fragment
        View view = inflater.inflate(R.layout.fragment_one, container, false);

        Button button = (Button) view.findViewById(R.id.button);
        button.setOnClickListener(new View.OnClickListener() {
            @Override
            public void onClick(View v) {
                // do something
                MainActivity obj = new MainActivity();
                obj.trySwitch();
            }
        });
        return view;
        
    } 

Italic

Italic Only

Using HTML and CSS

Using Markdown Syntax

Remarkable Icon

Different Headres

This is an

tag

This is an

tag

This is an
tag

Emphasis

This text will be italic This will also be italic

This text will be bold This will also be bold

You can combine them

Inline Code

I think you should use an <addr> element here instead.

Auto Syntax Highlighting [four Space)

def foo():
    if not bar:
        return True

Checkbox

  • @mentions, #refs, links, formatting, and tags supported
  • list syntax required (any unordered or ordered list supported)
  • this is a complete item
  • this is an incomplete item

Inline Html

Definition list
Is something people use sometimes.
Markdown in HTML
Does *not* work **very** well. Use HTML tags.

Horizontal Rule


Hyphens


Asterisks


Underscores

Aother Header

Another One

Markdown Image on Table

Google Facebook Instagram
Remarkable Icon action action

About

Important Syntax of Markdown for Git Hub

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors