@@ -68,7 +68,7 @@ hi to inline images!
6868- It is shipped with a CSS processor which enforces strict translation rules
6969from CSS to React Native styles. Say goodbye to native crashes caused by
7070unsupported CSS properties! See the [ ** dedicated
71- article** ] ( /react-native-render-html/docs/flow/css-processing ) for
71+ article** ] ( /react-native-render-html/docs/flow/css-processing ) for
7272reference.
7373- It paves the way to server side (or build-time) pre-rendering in the future,
7474and, why not, a react fiber and MDX builder.
@@ -105,7 +105,7 @@ function H1Renderer({
105105 );
106106}
107107```
108- Default renderers support ` onPress ` and many more interesting props! See
108+ Default renderers support ` onPress ` and many more interesting props! See
109109&ZeroWidthSpace ; <Reference type = " api-def" name = " TDefaultRendererProps" url = " /react-native-render-html/api/tdefaultrendererprops" />.
110110Moreover, you can customize the rendering of children thanks to the <Reference
111111type = " api-def" name = " TChildrenRenderer" url = " /react-native-render-html/api/tchildrenrenderer" /> component!
@@ -164,7 +164,7 @@ url="/react-native-render-html/api/renderhtmlprops#systemfonts"/>.
164164The versatile new list component [ gives access to 47 markers
165165presets] ( https://github.com/jsamr/react-native-li/tree/master/packages/counter-style#readme )
166166for custom [ CSS Counter
167- Styles] ( https://drafts.csswg.org/css-counter-styles-3/ ) ; supports
167+ Styles] ( https://drafts.csswg.org/css-counter-styles-3/ ) ; supports
168168` list-style-type ` CSS property and ` start ` attribute. There is also an experimental RTL feature!
169169
170170<ListsShowcase />
@@ -238,13 +238,13 @@ The three-layer rendering architecture shows its potential when rendering many H
238238snippets at a time. It basically means that you can put configuration in a
239239context to avoid the cost of instantiating the TRE too many times:
240240
241- ``` jsx
241+ ``` jsx
242242< RenderHTML source= {{ html }} / >
243243```
244244
245245is equivalent to this (** explicit 3 layers** ):
246246
247- ``` jsx
247+ ``` jsx
248248< TRenderEngineProvider>
249249 < RenderHTMLConfigProvider>
250250 < RenderHTMLSource source= {{ html }} / >
@@ -293,7 +293,7 @@ models in the <Reference type="api-doc" name="defaultHTMLElementModels" url="/re
293293With all the bug fixes, high test coverage and API stability, entering the
294294beta stage means ** the Foundry release is now ready for production** . Test coverage for
295295the CSS processor and TRE is ** 100%** (see
296- [ native-html/core ] ( https://github.com/native-html/core ) ) repository. The
296+ [ native-html/render ] ( https://github.com/native-html/render ) ) repository. The
297297` react-native-render-html ` package has a test coverage above ** 64%** , and will
298298rise to above ** 90%** by the end of the beta stage.
299299
@@ -320,4 +320,4 @@ last 7 months. And finally, kudos to [Expensify](https://use.expensify.com/),
320320Inc. for hiring me to build the first iteration of the engine, which was
321321originally motivated by the lack of whitespace collapsing support.
322322
323- <SocialLinks twitterUrl = " https://twitter.com/jsamrn/status/1402322299395756032" redditUrl = " https://www.reddit.com/r/reactjs/comments/nva0dk/announcing_the_beta_foundry_release_of_react/" />
323+ <SocialLinks twitterUrl = " https://twitter.com/jsamrn/status/1402322299395756032" redditUrl = " https://www.reddit.com/r/reactjs/comments/nva0dk/announcing_the_beta_foundry_release_of_react/" />
0 commit comments