Merge pull request #7579 from edx/sylvia/docs/templateupdates
Update component templates, round 1
This commit is contained in:
@@ -55,9 +55,9 @@ def see_a_multi_step_component(step, category):
|
||||
if category == 'HTML':
|
||||
html_matcher = {
|
||||
'Text': '\n \n',
|
||||
'Announcement': '<p> Words of encouragement! This is a short note that most students will read. </p>',
|
||||
'Announcement': '<h3>Announcement Date</h3>',
|
||||
'Zooming Image Tool': '<h2>Zooming Image Tool</h2>',
|
||||
'E-text Written in LaTeX': '<h2>Example: E-text page</h2>',
|
||||
'E-text Written in LaTeX': '<h3>Example: E-text page</h3>',
|
||||
'Raw HTML': '<p>This template is similar to the Text template. The only difference is',
|
||||
}
|
||||
actual_html = world.css_html(selector, index=idx)
|
||||
|
||||
Reference in New Issue
Block a user