Ticket #1379 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

Markdown conversion of linked references broken

Reported by: zephod Owned by: zephod
Priority: major Milestone: ckan-sprint-2011-11-07
Component: ckan Keywords:
Cc: Repository: ckan
Theme: none

Description

eg. http://thedatahub.org/dataset/us-gov-tarp

[This Paper][my-paper] is very interesting.

[my-paper]: http://somelink.com/paper

Write a test to check this markdown feature works - if not, use external markdown lib rather than webhelpers.markdown. Probably need to add markdown lib to list of requirements.

Change History

comment:1 Changed 3 years ago by rgrp

  • Priority changed from awaiting triage to major
  • Milestone changed from ckan-backlog to ckan-v1.5

This is minor but a real bug (seen now in several datasets). As easy to fix suggest bumping and trying to get into v1.5 (?).

comment:2 Changed 3 years ago by rgrp

  • Milestone changed from ckan-v1.5 to current-ckan-sprint-2011-11-07

comment:3 in reply to: ↑ description Changed 3 years ago by zephod

  • Status changed from new to closed
  • Resolution set to fixed

Resolved in cset:af694663f30e

Now allowing markdown to do its thing, then fixing remaining links afterwards. More success that way.

Note: See TracTickets for help on using tickets.