Skip to content

Commit

Permalink
One more time (cleaning up cleanup)
Browse files Browse the repository at this point in the history
  • Loading branch information
wendellpiez committed Aug 27, 2019
1 parent 8994105 commit f87472e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/metaschema/json/md-oscal-converter.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<xsl:param name="target-ns" as="xs:string?">http://csrc.nist.gov/ns/oscal/1.0</xsl:param>

<xsl:template name="xsl:initial-template" match="/">
<xsl:copy-of select="$tag-replacements"/>
<!--<xsl:copy-of select="$tag-replacements"/>-->
<!--<xsl:copy-of select="$examples"/>-->
<xsl:call-template name="parse">
<xsl:with-param name="markdown-str" select="string($examples)"/>
Expand Down Expand Up @@ -497,6 +497,8 @@ And many paragraphs!
... select ...>
```

Some paragraphs have ![images](http://www.links.com) in them, sometimes ![many](../many/links)

And Prose!

```
Expand Down

0 comments on commit f87472e

Please sign in to comment.