Support HTML links in MAX poster wrappers

This commit is contained in:
Your Name
2026-08-04 20:16:19 +05:00
parent 347d1dfe2f
commit d66be9f7a6
5 changed files with 15 additions and 3 deletions
+2
View File
@@ -92,6 +92,8 @@ canonical git repository as FN-8. Code work for both projects must happen in
`tg_poster_header_text`, `tg_poster_footer_text`,
`vk_poster_header_text`, `vk_poster_footer_text`,
`max_poster_header_text`, `max_poster_footer_text`.
- MAX header/footer text is sent as HTML. For clickable text use:
`<a href="https://example.com">Link text</a>`.
- The editor textarea must show only clean editable text.
- The list preview in `/editor` should show the publication preview, including composed hashtags.
- `build_publication_text()` in `src/vk_parser_app/text_utils.py` is display/composition helper only. Do not use it before writing `final_text` to DB.