From a704736636179a18df86a9cbdd69814d58778266 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Wed, 27 Aug 2025 18:15:04 +0800 Subject: [PATCH] docs: elaborate on example --- README.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.org b/README.org index 5ffdeef..5e78a39 100644 --- a/README.org +++ b/README.org @@ -46,6 +46,10 @@ Planned features: ** Example format + * =>= prefixes PR metadata and diff content from GitHub + * =<= prefixes existing review comments (to be implemented) + * Lines without prefixes are your review content: the review body above the first =>=, and individual inline comments in the diff sections + #+begin_src This is the review's body. Markdown *is* supported throughout the body and your @@ -55,6 +59,8 @@ by a single newline are joined together. Paragraphs are two newlines of separation. > [#241] @author: PR title > +> The description of the PR. +> > diff --git a/test.md b/test.md > index aa9e6ef..ae07d61 100644 > --- a/test.md