Show multiple examples where present
This commit is contained in:
parent
b92a0f2b4d
commit
176f919fc8
4 changed files with 53 additions and 5 deletions
|
@ -35,7 +35,7 @@ class MatrixSections(Sections):
|
|||
if not filterFn(event_name):
|
||||
continue
|
||||
sections.append(template.render(
|
||||
example=examples[event_name],
|
||||
examples=examples[event_name],
|
||||
event=schemas[event_name],
|
||||
title_kind=subtitle_title_char
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue