@@ -23,7 +23,7 @@ This library tokenises code using Prism and provides a small render-props-driven
2323component to quickly render it out into React. This is why it even works with
2424React Native! It's bundled with a modified version of Prism that won't pollute
2525the 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 ) .
2727
2828_ (There's also an [ escape-hatch] ( https://github.com/FormidableLabs/prism-react-renderer#prism ) to use your own Prism setup, just in case)_
2929
@@ -35,30 +35,30 @@ _(If you just want to use your Prism CSS-file themes, that's also no problem)_
3535
3636## Table of Contents
3737
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 -->
6262
6363## Installation
6464
0 commit comments