Consider this markdown file to be baked:
## TOC
* [chapter 1](chapter1.md)
* [chapter 2](chapter2.md)
When I bake this file the result:
## TOC
* chapter 1 first line here
chapter 1 rest of content
* chapter 2 first line here
chapter 2 rest of content
What I expected to get:
## TOC
chapter 1 first line here
chapter 1 rest of content
chapter 2 first line here
chapter 2 rest of content
To be clear I would expect the * to be removed.

In this actual example from my Obsidian I would expect the baked file to not have the * before 🚀 DYK 1 - A ....
My expected result would be this:
...properties here...
A book with a collection of the current and future LinkedIn post tagged with #BEAMDYK.
## LinkedIn Posts BEAM DYK
🚀 DYK 1 - A Tour of the BEAM (Elixir, Gleam, Erlang) on Fault-Tolerance, Concurrency, Parallelism, Distribution and Scalability
Do you Know that the BEAM is a VM (virtual machine) built in the 80's by Ericsson to run Erlang, but it's nowadays used to ran other popular functional programming languages?
Consider this markdown file to be baked:
When I bake this file the result:
What I expected to get:
To be clear I would expect the * to be removed.
In this actual example from my Obsidian I would expect the baked file to not have the
*before🚀 DYK 1 - A ....My expected result would be this: