From 53657798cdd3b64165a2c2885bb4eefbf3ddafdf Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 27 Sep 2018 13:18:06 -0700 Subject: JATS writer: remove 'role' attribute on 'bold' and 'sc' elements. The JATS spec does not allow these. Closes #4937. --- test/writer.jats | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'test') diff --git a/test/writer.jats b/test/writer.jats index b51addf3b..f87b2325a 100644 --- a/test/writer.jats +++ b/test/writer.jats @@ -583,7 +583,7 @@ These should not be escaped: \$ \\ \> \[ \{

Interpreted markdown in a table:

This is emphasized

-

And this is strong

+

And this is strong

Here’s a simple block:

foo

@@ -614,14 +614,13 @@ These should not be escaped: \$ \\ \> \[ \{ Inline Markup

This is emphasized, and so is this.

-

This is strong, and so is - this.

+

This is strong, and so is this.

An emphasized link.

-

This is strong and em.

-

So is this word.

-

This is strong and em.

-

So is this word.

+

This is strong and em.

+

So is this word.

+

This is strong and em.

+

So is this word.

This is code: >, $, \, \$, <html>.

-- cgit v1.2.3