Preview
Link Preview
Франциск Ассизский проповедует птицам
Австралийцы люди упорные и методичные. Если уж начали что–то делать, скоро не бросят. Лет 40 назад Джон, житель острова Кенгуру (не метафора Австралии, реальный остров на юге под Аделаидой), впервые покормил очковых пеликанов на городской пристани. И с тех пор делает это каждый день. Ежедневно к...
Австралийцы люди упорные и методичные. Если уж начали что–то делать, скоро не бросят. Лет 40 назад Джон, житель острова Кенгуру (не метафора Австралии, реальный остров на юге под Аделаидой), впервые покормил очковых пеликанов на городской пристани. И с тех пор делает это каждый день. Ежедневно к...

Issue #1
- Declined by admin
- There will be further improvements to the IV platform. Stay tuned.
- Type of issue
- IV page is missing essential content
- Reported
- Jun 1, 2017
Can I use this space to address to Instant View developers?
While you have a plenty of powerful functions in your toolkit, there isn't one for converting text with tags into HTML nodes. Here, we have to extract the text from inside of the <script> tag. I use a heavy workaround to restore <br>/<hr>'s, but one more issue interferes: due to some bug all end tags (</a>, </b> etc.) inside <script> are eliminated after the node capture. At first, I designed a solution to save links, but since we don't know where the link text ends, I judged that it's not pretty elegant and excluded it.
So please could you either provide some missing functions (which is better), or at least not kill end tags from <script>? If this is done, a perfect template has a chance to be created.
I've done a huge amount of work to workaround the issue, I hope you appreciate, but I can't do the impossible.