代码引用

代码引用通过行首缩进四个空格

单行代码引用通过一个`

多行代码引用通过三个`

相当于html里面的<code>标签

1: md标签使用方法:

行首缩进四个空格

语法:

    行首缩进四个空格

结果:

行首缩进四个空格

单行代码引用通过一个`

语法:

   `单行代码引用`

结果:

单行代码引用

多行代码引用通过三个`

语法:

```

import {

    Text,

    ListView,

    View,

    Image,

    TouchableNativeFeedback,

    Dimensions,

    AsyncStorage,

    NetInfo,

    ToastAndroid,

    Alert

} from 'react-native';

```

结果:

import {

    Text,

    ListView,

    View,

    Image,

    TouchableNativeFeedback,

    Dimensions,

    AsyncStorage,

    NetInfo,

    ToastAndroid,

    Alert

} from 'react-native';

2: html标签使用方法:

<code>

语法:

<code>计算机代码文本。</code>

结果:

计算机代码文本。

<tt>

语法:

<tt>打字机文本。</tt>

结果:

打字机文本。

results matching ""

    No results matching ""