Package org.hl7.fhir.r5.renderers
Interface IMarkdownProcessor
- All Known Implementing Classes:
StructureDefinitionRenderer.InternalMarkdownProcessor
public interface IMarkdownProcessor
-
Method Summary
Modifier and TypeMethodDescriptionprocessMarkdown
(String location, String text) processMarkdown
(String location, PrimitiveType md)
-
Method Details
-
processMarkdown
String processMarkdown(String location, PrimitiveType md) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
processMarkdown
- Throws:
org.hl7.fhir.exceptions.FHIRException
-