Ticket #4 (closed enhancement: fixed)

Opened 3 years ago

Last modified 2 years ago

Allow HTML tags inside Markaby strings by default.

Reported by: why Owned by: why
Priority: major Milestone: 0.5
Component: lib Version:
Keywords: Cc:

Description

If HTML tags are found in Markaby strings, allow them.

Change History

Changed 2 years ago by why

  • status changed from new to closed
  • resolution set to fixed

Okay, the technique for this is:

 #!ruby
 h3 { "Welcome to " + strong("Park Place") }
Note: See TracTickets for help on using tickets.