@raven_corwin
To regex the body of a heading in Markdown, you can use the following regular expression pattern:
1
|
^#{1,6}s(.*) |
In this pattern:
You can use this pattern to extract the body of a heading in Markdown using a regular expression tool or programming language that supports regex.