HL7 / kindling

FHIR Publisher
Other
4 stars 11 forks source link

Reduce duplicate definition rendering in extension pages #103

Open cooperthompson opened 2 years ago

cooperthompson commented 2 years ago

The definition for an extension is rendered three times in the published page:

  1. In the summary table, without any markup handling.
  2. In a section in the main page with markup handling
  3. In the tabbed views, in the Descriptions & Constraints column with partial markup handling

Can we reduce the number of times the content is displayed, and (if it ends up getting displayed in more than one spot) make the markup handling consistent.

Example: http://hl7.org/fhir/2022Sep/extension-patient-sexforclinicaluse.html

cooperthompson commented 1 year ago

For my future reference, this github issue was submitted due to https://jira.hl7.org/browse/FHIR-39204