rst_to_md()
# Docs
This module provides a function to convert reStructuredText (RST) to MarkDown (MD).
Functions
rst_to_md(filename)
rst_to_md
Convert a subset of reStructuredText (RST) to MarkDown (MD).
filename (str | Path) – The path to the reStructuredText (RST) file.
The converted data in MarkDown (MD) format.
str
previous
deepcave.utils.data_structures
next
deepcave.utils.files