Add example for handling custom serialization

This commit is contained in:
Graham Esau 2019-12-28 16:45:00 +00:00
parent 79155cddf5
commit aec4824425
8 changed files with 170 additions and 2 deletions

View file

@ -52,4 +52,8 @@ code {
details summary {
display: list-item;
cursor: pointer;
}
details {
margin-bottom: 0.8rem;
}