We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d1d61 commit 867f81aCopy full SHA for 867f81a
example/src/copyAll.js
@@ -59,7 +59,9 @@ _This is italic text_
59
60
61
> Blockquotes can also be nested...
62
+
63
>> ...by using additional greater-than signs right next to each other...
64
65
> > > ...or with spaces between arrows.
66
67
lib/styles.js
@@ -38,6 +38,12 @@ export const styles = StyleSheet.create({
38
backgroundColor: '#000000',
39
height: 1,
40
},
41
+ blockquote: {
42
+ paddingHorizontal: 20,
43
+ paddingVertical: 10,
44
+ margin: 20,
45
+ backgroundColor: '#CCCCCC',
46
+ },
47
inlineCode: {
48
borderRadius: 3,
49
borderWidth: 1,
0 commit comments