extract_markers_to_md {todor}R Documentation

Extract markers to markdown

Description

Extracts all todor markers in a given file and converts them to bullet-pointed markdown syntax. The file name is printed in bold at the top of each section.

Usage

extract_markers_to_md(file, markers)

Arguments

file

Name of file. Used to extract TODOs in that file from the list of markers.

markers

List of todor markers.


[Package todor version 0.1.2 Index]