| 123456789101112131415161718192021222324 |
- <div id="editor">
- <p>Have you met... <a class="mention" data-mention="@Ted Mosby" href="https://www.imdb.com/title/tt0460649/characters/nm1102140">Ted Mosby</a></p>
- <p>Same mention twice in data: <a class="mention" data-mention="@Ted Mosby" href="https://www.imdb.com/title/tt0460649/characters/nm1102140">Ted Mosby</a><a class="mention" data-mention="@Ted Mosby" href="https://www.imdb.com/title/tt0460649/characters/nm1102140">Ted Mosby</a></p>
- </div>
- <style>
- .custom-item {
- display: block;
- padding: 1em;
- }
- .custom-item.ck-on {
- color: white;
- }
- .custom-item .custom-item-username {
- color: #666;
- }
- .custom-item.ck-on .custom-item-username{
- color: #ddd;
- }
- </style>
|