revspec 0.3.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -29,6 +29,19 @@ revspec spec.md
29
29
 
30
30
  Opens a TUI in line mode with vim-style navigation. Press `c` on any line to open a thread and start commenting.
31
31
 
32
+ ### Markdown rendering
33
+
34
+ Revspec renders markdown in-place (toggle with `m`):
35
+
36
+ - **Headings** — colored and bold, `#`–`######`
37
+ - **Inline** — bold (`**`/`__`), italic (`*`/`_`), bold-italic (`***`), strikethrough (`~~`), `code`, [links](url)
38
+ - **Fenced code blocks** — fence markers dimmed, body in green
39
+ - **Tables** — box-drawing borders, header row bolded, auto-column-widths
40
+ - **Lists** — unordered (`•`), ordered, task lists (`☐`/`☑`)
41
+ - **Blockquotes** — bar gutter, italicized text
42
+ - **Cursor line** highlighting across all elements
43
+ - **Search highlights** — colored match segments
44
+
32
45
  ### Keybindings
33
46
 
34
47
  | Key | Action |