@@ -23,7 +23,7 @@ This library tokenises code using Prism and provides a small render-props-driven
23
23
component to quickly render it out into React. This is why it even works with
24
24
React Native! It's bundled with a modified version of Prism that won't pollute
25
25
the global namespace and comes with
26
- [ a couple of common language syntaxes] (./packages/generate-prism-languages/index.ts#L9-L23.
26
+ [ a couple of common language syntaxes] ( ./packages/generate-prism-languages/index.ts#L9-L23 ) .
27
27
28
28
_ (There's also an [ escape-hatch] ( https://github.com/FormidableLabs/prism-react-renderer#prism ) to use your own Prism setup, just in case)_
29
29
@@ -35,30 +35,30 @@ _(If you just want to use your Prism CSS-file themes, that's also no problem)_
35
35
36
36
## Table of Contents
37
37
38
- <!-- START doctoc generated TOC please keep comment here to allow auto update -->
39
- <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
40
-
41
-
42
- - [ Installation] ( #installation )
43
- - [ Usage] ( #usage )
44
- - [ Custom Language Support] ( #custom-language-support )
45
- - [ Basic Props] ( #basic-props )
46
- - [ children] ( #children )
47
- - [ language] ( #language )
48
- - [ code] ( #code )
49
- - [ Advanced Props] ( #advanced-props )
50
- - [ theme] ( #theme )
51
- - [ prism] ( #prism )
52
- - [ Children Function] ( #children-function )
53
- - [ state] ( #state )
54
- - [ prop getters] ( #prop-getters )
55
- - [ ` getLineProps ` ] ( #getlineprops )
56
- - [ ` getTokenProps ` ] ( #gettokenprops )
57
- - [ Theming] ( #theming )
58
- - [ LICENSE] ( #license )
59
- - [ Maintenance Status] ( #maintenance-status )
60
-
61
- <!-- END doctoc generated TOC please keep comment here to allow auto update -->
38
+ <!-- START doctoc generated TOC please keep comment here to allow auto update -->
39
+ <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
40
+
41
+
42
+ - [ Installation] ( #installation )
43
+ - [ Usage] ( #usage )
44
+ - [ Custom Language Support] ( #custom-language-support )
45
+ - [ Basic Props] ( #basic-props )
46
+ - [ children] ( #children )
47
+ - [ language] ( #language )
48
+ - [ code] ( #code )
49
+ - [ Advanced Props] ( #advanced-props )
50
+ - [ theme] ( #theme )
51
+ - [ prism] ( #prism )
52
+ - [ Children Function] ( #children-function )
53
+ - [ state] ( #state )
54
+ - [ prop getters] ( #prop-getters )
55
+ - [ ` getLineProps ` ] ( #getlineprops )
56
+ - [ ` getTokenProps ` ] ( #gettokenprops )
57
+ - [ Theming] ( #theming )
58
+ - [ LICENSE] ( #license )
59
+ - [ Maintenance Status] ( #maintenance-status )
60
+
61
+ <!-- END doctoc generated TOC please keep comment here to allow auto update -->
62
62
63
63
## Installation
64
64
0 commit comments