diff options
| author | Nik Everett <nik9000@gmail.com> | 2019-11-28 23:46:05 -0500 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2019-11-28 21:46:05 -0700 |
| commit | f4eaf65195e19caf99cabf386bd52fd2e2307977 (patch) | |
| tree | 35418664d66fef47cb12b6f7ee030532119eb1b4 /test/fixtures | |
| parent | 4155916105b3276e5971349b1730b9d095d29db3 (diff) | |
resolves #3491 allow template to override outline (PR #3493)
Allows plugging a template in to the html5 converter's outline node by replacing all direct calls to `convert_outline` with calls to the to the conversion named `outline`.
Diffstat (limited to 'test/fixtures')
| -rw-r--r-- | test/fixtures/custom-backends/slim/html5-custom-outline/outline.html.slim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/fixtures/custom-backends/slim/html5-custom-outline/outline.html.slim b/test/fixtures/custom-backends/slim/html5-custom-outline/outline.html.slim new file mode 100644 index 00000000..c5fff314 --- /dev/null +++ b/test/fixtures/custom-backends/slim/html5-custom-outline/outline.html.slim @@ -0,0 +1,3 @@ +ul + - sections.each do |section| + li = section.title |
