mirror of
https://github.com/instructkr/claude-code.git
synced 2026-05-18 19:56:45 +00:00
feat: Python porting workspace with reference data and parity audit
This commit is contained in:
6
src/ink.py
Normal file
6
src/ink.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from __future__ import annotations
|
||||
|
||||
|
||||
def render_markdown_panel(text: str) -> str:
|
||||
border = '=' * 40
|
||||
return f"{border}\n{text}\n{border}"
|
||||
Reference in New Issue
Block a user