PubPub adding escape cases.
This commit is contained in:
parent
eeb2330fe8
commit
5ab022b860
@ -478,6 +478,7 @@ Markdeep >> removeCCByLicenseDiv [
|
|||||||
Markdeep >> renamePubPubFootnotes [
|
Markdeep >> renamePubPubFootnotes [
|
||||||
| reformated bodyLines beforeFootnotes afterFootnotesRaw afterFootnotes newBodyLines response |
|
| reformated bodyLines beforeFootnotes afterFootnotesRaw afterFootnotes newBodyLines response |
|
||||||
reformated := self reformatPubPubFootnotes.
|
reformated := self reformatPubPubFootnotes.
|
||||||
|
(self pubPubFootnotesLinesRangeForBody class = Markdeep) ifTrue: [ ^self ].
|
||||||
bodyLines := self body lines.
|
bodyLines := self body lines.
|
||||||
beforeFootnotes := bodyLines copyFrom: 1 to: self pubPubFootnotesLinesRangeForBody first .
|
beforeFootnotes := bodyLines copyFrom: 1 to: self pubPubFootnotesLinesRangeForBody first .
|
||||||
afterFootnotesRaw := bodyLines copyFrom: self pubPubFootnotesLinesRangeForBody second to: bodyLines size.
|
afterFootnotesRaw := bodyLines copyFrom: self pubPubFootnotesLinesRangeForBody second to: bodyLines size.
|
||||||
|
Loading…
Reference in New Issue
Block a user