Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax highlight for inline code of OpenDocument #6711

Merged
merged 1 commit into from
Oct 1, 2020
Merged

Syntax highlight for inline code of OpenDocument #6711

merged 1 commit into from
Oct 1, 2020

Conversation

niszet
Copy link
Contributor

@niszet niszet commented Oct 1, 2020

To implement Syntax highlighting for OpenDocument, inlineToOpenDocument in OpenDocument Writer is updated based on Docx Writer.
This commit is only for inline Code because update of CodeBlock needs structual change of output document.
Currently, styles are not generated automatically in styles.xml. To implement it, additional commit for ODT Writer is needed.
Although styles are not included in styles.xml, output file can be shown in LibreOffice(7.0.0.3) like normal characters.

To implement Syntax highlighting for OpenDocument, inlineToOpenDocument in OpenDocument Writer is updated based on Docx Writer.
This commit is only for inline Code because update of CodeBlock needs structual change of output document.
Currently, styles are not generated automatically in styles.xml. To implement it, additional commit for ODT Writer is needed.
Although styles are not included in styles.xml, output file can be shown in LibreOffice(7.0.0.3) like normal characters.
@jgm jgm merged commit 7d97bf7 into jgm:master Oct 1, 2020
niszet added a commit to niszet/pandoc that referenced this pull request Oct 4, 2020
By jgm#6711, syntax highlighting for inline Code has been implemented.
Syntax highlighting for CodeBlock is also implemented based on Docx Writer.

* Paragraph style of CodeBlock is changed from "Preformatted_20_Text" to "Source_Code".
* As similar to docx writer, CodeBlock is decomposed to "Code + LineBreak" lines.
* To do this, Code is updated again to treat multiple lines.
* Styles will be incorpolated by Writer/ODT.hs
niszet added a commit to niszet/pandoc that referenced this pull request Oct 22, 2020
By jgm#6711, syntax highlighting for inline Code has been implemented.
Syntax highlighting for CodeBlock of OpenDocument is also implemented based on Docx Writer.

* Paragraph style of CodeBlock is changed from "Preformatted_20_Text" to "Source_Code".
* As similar to docx writer, CodeBlock is decomposed to "Code + LineBreak" lines.
* To do this, inlineToOpenDocument for Code is updated again to treat multiple lines.
* Styles will be incorporated by Writer/ODT.hs
niszet added a commit to niszet/pandoc that referenced this pull request Oct 24, 2020
By jgm#6711, syntax highlighting for inline Code has been implemented.
Syntax highlighting for CodeBlock of OpenDocument is also implemented based on Docx Writer.

* Paragraph style of CodeBlock is changed from "Preformatted_20_Text" to "Source_Code".
* As similar to docx writer, CodeBlock is decomposed to "Code + LineBreak" lines.
* To do this, inlineToOpenDocument for Code is updated again to treat multiple lines.
* Styles will be incorporated by Writer/ODT.hs
niszet added a commit to niszet/pandoc that referenced this pull request Oct 24, 2020
By jgm#6711, syntax highlighting for inline Code has been implemented.
Syntax highlighting for CodeBlock of OpenDocument is also implemented based on Docx Writer.

* Paragraph style of CodeBlock is changed from "Preformatted_20_Text" to "Source_Code".
* As similar to docx writer, CodeBlock is decomposed to "Code + LineBreak" lines.
* To do this, inlineToOpenDocument for Code is updated again to treat multiple lines.
* Styles will be incorporated by Writer/ODT.hs
tarleb pushed a commit to tarleb/pandoc that referenced this pull request May 21, 2021
By jgm#6711, syntax highlighting for inline Code has been implemented.
Syntax highlighting for CodeBlock of OpenDocument is also implemented based on Docx Writer.

* Paragraph style of CodeBlock is changed from "Preformatted_20_Text" to "Source_Code".
* As similar to docx writer, CodeBlock is decomposed to "Code + LineBreak" lines.
* To do this, inlineToOpenDocument for Code is updated again to treat multiple lines.
* Styles will be incorporated by Writer/ODT.hs
tarleb pushed a commit to tarleb/pandoc that referenced this pull request May 21, 2021
By jgm#6711, syntax highlighting for inline Code has been implemented.
Syntax highlighting for CodeBlock of OpenDocument is also implemented based on Docx Writer.

* Paragraph style of CodeBlock is changed from "Preformatted_20_Text" to "Source_Code".
* As similar to docx writer, CodeBlock is decomposed to "Code + LineBreak" lines.
* To do this, inlineToOpenDocument for Code is updated again to treat multiple lines.
* Styles will be incorporated by Writer/ODT.hs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants