gdgfresno / valleydevfest2018

A Professional Template for large GDG events. This project has been designed to continue to be your DevFest/IWD website solution without having to create a new site or Firebase project every year.
https://delorean-demo.firebaseapp.com
MIT License
0 stars 1 forks source link

Specifying URLs and other HTML markup elements in session description #1

Closed MrCsabaToth closed 4 years ago

MrCsabaToth commented 5 years ago

For non techie editors a plain URL in the description doesn't interpolate magically into a clickable anchor HTML element.

Expected Behavior

Magically convert URL into HTML markup???

Possible Solution

Introduce some markup support for the session description.

Steps to Reproduce

  1. Add a URL (plain, no element) into one of the sessions.
  2. When you visit the session the URL is not clickable.

Possible Implementation

Add a library which can interpret markup and process the session description before the interpolation.