File tree Expand file tree Collapse file tree 3 files changed +24
-6
lines changed
doc-tools/doc-pages/src/pages Expand file tree Collapse file tree 3 files changed +24
-6
lines changed Original file line number Diff line number Diff line change @@ -95,9 +95,14 @@ export default function PageConceptTRE() {
9595 </ List >
9696 < Paragraph >
9797 You will have to register custom and extended models with the{ ' ' }
98- < RefRenderHtmlProp name = "customHTMLElementModels" /> prop. Below is
99- a list of fields that can be set when defining or extending HTML
100- element models:
98+ < RefRenderHtmlProp name = "customHTMLElementModels" /> prop, please
99+ refer to{ ' ' }
100+ < RefDoc
101+ target = "custom-renderers"
102+ fragment = "model-based-custom-rendering"
103+ /> { ' ' }
104+ for examples. Below is a list of fields that can be set when
105+ defining or extending HTML element models:
101106 </ Paragraph >
102107 < DList >
103108 < DListTitle >
Original file line number Diff line number Diff line change @@ -233,9 +233,9 @@ export default function PageFAQ() {
233233 lang = "html"
234234 showLineNumbers = { false }
235235 content = { `<p>
236- Unfortunately,
237- <a href="https://domain.com">this hyperlink is not accessible</a>
238- </p>`}
236+ Unfortunately,
237+ <a href="https://domain.com">this hyperlink is not accessible</a>
238+ </p>` }
239239 />
240240 < Paragraph >
241241 Luke Walczak from Callstack{ ' ' }
Original file line number Diff line number Diff line change @@ -113,6 +113,19 @@ export default function PageGuideCustomRenderers() {
113113 We < Bold > may</ Bold > register a custom component renderer, but this
114114 is not mandatory (see next chapter).
115115 </ Admonition >
116+ < Paragraph >
117+ For a more detailed explanation of the allowed parameters for the
118+ < RefRenderHTMLExport
119+ name = "HTMLElementModel"
120+ member = "fromCustomModel"
121+ />
122+ static method, see{ ' ' }
123+ < RefDoc
124+ target = "transient-render-engine"
125+ fragment = "htmlelementmodel"
126+ />
127+ .
128+ </ Paragraph >
116129 < RenderHtmlCard { ...bluecircleConfig } />
117130 </ Section >
118131 < Section title = "Example: Displaying Inline Images" >
You can’t perform that action at this time.
0 commit comments