I have an issue when code vue, with string:
しらべよう、まとめよう ≪A≫[B]きものの ≪C≫[D]≪E≫[F]
I need processing to be able to render something like this:
the text above will be the text inside []. then the bottom will start with the letter inside ≪≫, and finally the remaining letter.
...(if have)
<ruby>B
<rt>A</rt>
</ruby>
... (if have)
<ruby>D
<rt>C</rt>
</ruby>
... (if have)
https://codepen.io/AkiraGosho/pen/NWaNNrZ?editors=1111
This is my demo, but I only got 1 letter, so I don't know how to satisfy the problem
Thank you very much.