Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ox-it/talks.ox
Browse files Browse the repository at this point in the history
* 'master' of github.com:ox-it/talks.ox:
  documenting the mailto closes #216
  Wait for list group item to appear in test
  • Loading branch information
martinfilliau committed Jan 16, 2015
2 parents feff53a + 4e703e8 commit 8c620a8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions docs/source/user/talk-editors/formatting-the-abstract.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,16 @@ The **Abstract** field uses the Textile markup language - the basics are very ea

**Links**

A web address should convert into a link automatically when you save the talk. To give the link a title rather than just show the web address:

::

"Oxford University":http://www.ox.ac.uk

To make an email clickable use the following:

::

"Link Title":http://www.ox.ac.uk
"$":http://www.ox.ac.uk
"$":mailto:joe.blogs@ox.ac.uk

If you need more, there is a comprehensive manual on `txstyle.org <http://txstyle.org>`_
Expand Down
2 changes: 1 addition & 1 deletion tests/add_series.robot
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Scenario: Create Person inline
type "James Bond" into ${series create person name}
type "MI5" into ${series create person bio}
click on ${series create person submit}
${list group item("James Bond, MI5")} should be displayed
${list group item("James Bond, MI5")} should appear
click on ${button done}
page should contain text "James Bond (MI5)"

Expand Down

0 comments on commit 8c620a8

Please sign in to comment.