Jump to content

scooter4j

Level 1
  • Posts

    1
  • Joined

  • Last visited

About scooter4j

scooter4j's Achievements

0

Reputation

  1. An example of the formatting problems: I created a code block, put a number of lines of code in it. Sometimes, the code block get's reformatted such that each line is in its own code block, which I've traced to duplication of the style settings at the div and the span level, as shown: <div> <div style="box-sizing: border-box; padding: 8px; font-size: 12px; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; background-color: rgb(251, 250, 248); border: 1px solid rgba(0, 0, 0, 0.14902);"> <span style="box-sizing: border-box; padding: 8px; font-size: 12px; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; background-color: rgb(251, 250, 248); border: 1px solid rgba(0, 0, 0, 0.14902); color: rgb(51, 51, 51); font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;"># set some inputs</span> </div> I'm using Evernote 6.12.2 for Mac and 8.4.357715 for iOS. I haven't confirmed, but it may be that the duplication occurs when editing a note on both platforms. Eg. I create the note and the code block on the desktop version, then I take a picture with my phone and add it to the note via iOS. I've definitely noticed this pattern, but not sure if that's the cause. And, oddly, the duplication doesn't occur for every code-block div in the note. Addendum: I think it occurs possibly when part of the code block is highlighted using the desktop-app highlight tool.
×
×
  • Create New...