-
Notifications
You must be signed in to change notification settings - Fork 1
feat(jtk): port wiki markup detection #37
Copy link
Copy link
Closed
Description
Port wiki markup detection and conversion from jira-ticket-cli PR #63.
Files to create:
tools/jtk/api/wiki.go- Wiki markup detection and conversiontools/jtk/api/wiki_test.go- Unit tests
Features:
IsWikiMarkup()- detects common wiki patternsWikiToMarkdown()- converts wiki markup to markdown- Pipeline: wiki → markdown → ADF
Supported patterns:
- Headings:
h1.throughh6. - Code blocks:
{code}...{code} - Monospace:
{{text}} - Links:
[text|url] - Images:
!image.png! - Blockquotes:
bq.and{quote}...{quote} - Bullet lists:
* item,** nested - Noformat:
{noformat}...{noformat} - Horizontal rules:
----
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels