R Markdown: improve folding of blocks
ClosedPublic

Authored by nibags on Feb 12 2019, 11:27 AM.

Details

Summary

Changes:

  • Use a different identifier for the folding of each block.
  • Fixes the end of the folding in some blocks: for example, in the context "YAMLhead", the folding is not closed.
  • Replaces context="Normal Text" by context="#pop".
  • Add column="0" in some rules.

Diff Detail

Repository
R216 Syntax Highlighting
Branch
improve-rmarkdown
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 8188
Build 8206: arc lint + arc unit
nibags created this revision.Feb 12 2019, 11:27 AM
Restricted Application added projects: Kate, Frameworks. · View Herald TranscriptFeb 12 2019, 11:27 AM
Restricted Application added subscribers: kde-frameworks-devel, kwrite-devel. · View Herald Transcript
nibags requested review of this revision.Feb 12 2019, 11:27 AM
cullmann accepted this revision.Feb 12 2019, 7:25 PM

Looks reasonable, at least as far I read the diff in the folding test.

This revision is now accepted and ready to land.Feb 12 2019, 7:25 PM
This revision was automatically updated to reflect the committed changes.