mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-27 02:28:50 +01:00
Allow translation content styling through scrubber
This commit is contained in:
4
test/fixtures/problems.yml
vendored
4
test/fixtures/problems.yml
vendored
@@ -11,3 +11,7 @@ two:
|
||||
three:
|
||||
id: 3
|
||||
|
||||
four:
|
||||
id: 4
|
||||
translation: translation_with_html
|
||||
|
||||
|
||||
6
test/fixtures/translations.yml
vendored
6
test/fixtures/translations.yml
vendored
@@ -17,3 +17,9 @@ translation_two_alternative:
|
||||
title: Second title
|
||||
content: The changed content for the second problem
|
||||
status: 0
|
||||
|
||||
translation_with_html:
|
||||
problem_id: 4
|
||||
title: Some title
|
||||
content: 'p>This is some <b>custom</b> text.</p><p style="text-align:center;">This is centered.</p>'
|
||||
status: 1
|
||||
Reference in New Issue
Block a user