flipflop_ItalicsFlipped.json 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "abbreviations": false,
  3. "bibentries": false,
  4. "bibsection": false,
  5. "citation_items": [
  6. [
  7. {
  8. "id": "ITEM-1"
  9. }
  10. ],
  11. [
  12. {
  13. "id": "ITEM-2"
  14. }
  15. ]
  16. ],
  17. "citations": false,
  18. "csl": "<style \n xmlns=\"http://purl.org/net/xbiblio/csl\"\n class=\"note\"\n version=\"1.0\"><info>\n <id />\n <title />\n <updated>2009-08-10T04:49:00+09:00</updated></info><citation>\n <layout>\n <text font-style=\"italic\" variable=\"title\" />\n </layout></citation></style>",
  19. "input": [
  20. {
  21. "id": "ITEM-1",
  22. "title": "One Two <i>Three</i> Four Five!",
  23. "type": "book"
  24. },
  25. {
  26. "id": "ITEM-2",
  27. "title": "One <i>Two <i>Three</i> Four</i> Five!",
  28. "type": "book"
  29. }
  30. ],
  31. "mode": "citation",
  32. "result": "<i>One Two <span style=\"font-style:normal;\">Three</span> Four Five!</i><i>One <span style=\"font-style:normal;\">Two <i>Three</i> Four</span> Five!</i>"
  33. }