Skip to content
  • Albert Astals Cid's avatar
    Small rework for the markdown converter · 551f0b62
    Albert Astals Cid authored
    Don't have the textdocument and dir as members, pass them along
    This is to make clear that this is a "one off stateless conversion",
    i.e. after convert returns the converter doesn't own the textdocument
    anymore, so better don't keep a pointer to it
    551f0b62