Email markup-Gmail modifying the <script> tag to add extra string “3D”
问题 I am using Ruby on Rails to generate the email. As mentioned in the Email markup docs, i modified my (*.html.haml) templates to include the schema for Email markup . Below code is from my mailer template: %script{ type: "application/ld+json" } { "@context" : "http://schema.org", "@type" : "FoodEstablishmentReservation", "reservationNumber" : "#{reservation.id}", ... } I also modified the sender and receiver of the email to the same email id as mentioned here for testing the schema in