# simpletoc/5.0.29/src/save.js

SimpleTOC – Table of Contents Block, version 5.0.29. 10 lines.

- Page: https://pluginprobe.com/plugins/simpletoc/5.0.29/code/src/save.js
- Raw: https://pluginprobe.com/plugins/simpletoc/5.0.29/raw/src/save.js
- Modified: 2022-10-09T10:55:48+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/simpletoc/5.0.29/code/src/save.js#L10-L20`.

```javascript
/**
 * The save function defines the way in which the different attributes should
 * be combined into the final markup, which is then serialized by the block
 * editor into `post_content`.
 *
 */
export default function save() {
	return null;
}

```
