Skip to content

[BUG] Doesn't strip the list bullet point in the baked file #17

Description

@Exadra37

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.

Image

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions