mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
DOC: fix broken heading
It appears there may be a bug in gatsby which causes code blocks in headings to not be output. I can't find a specific issue in their project to link this to, so it might be best to simply remove the code block here allowing the header to display correctly.
This commit is contained in:
parent
25094fcdf5
commit
3a214a2ed3
@ -114,7 +114,7 @@ It is possible for an item to be included both implicitly and explicitly in a ch
|
|||||||
|
|
||||||
This section explains how to take a regular DataObject and add versioning to it.
|
This section explains how to take a regular DataObject and add versioning to it.
|
||||||
|
|
||||||
### Applying the `Versioned` extension to your DataObject
|
### Applying the Versioned extension to your DataObject
|
||||||
|
|
||||||
```php
|
```php
|
||||||
<?php
|
<?php
|
||||||
|
Loading…
Reference in New Issue
Block a user