<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`MarkdownPostProcessorContext`](MarkdownPostProcessorContext) › [`getSectionInfo`](MarkdownPostProcessorContext/getSectionInfo)
## MarkdownPostProcessorContext.getSectionInfo() method
Gets the section information of this element at this point in time. Only call this function right before you need this information to get the most up-to-date version. This function may also return null in many circumstances; if you use it, you must be prepared to deal with nulls.
**Signature:**
```typescript
getSectionInfo(el: HTMLElement): MarkdownSectionInformation | null;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| <code>el</code> | <code>HTMLElement</code> | |
**Returns:**
[`MarkdownSectionInformation`](MarkdownSectionInformation)` | null`