Searched refs:to_markdown (Results 1 – 4 of 4) sorted by relevance
452 def to_markdown(commit_list: CommitList, category): function572 lines += to_markdown(commits, category)
161 from commitlist import CommitList, to_markdown168 lines =to_markdown(cherry_pick_commit_list, category)
51 pub fn to_markdown(&self, docs_url_gen: &DocsUrlGenerator) -> String { in to_markdown() method
1316 def to_markdown(x): function