Releases: metanorma/metanorma-standoc
Releases · metanorma/metanorma-standoc
v1.1.3
- Do not allow children of Definitions clauses within Terms & Definitions clauses to be treated as terms: metanorma/metanorma-iso#251
- Prevent notes, examples in Definitions subclauses of Terms & Definitions clauses from becoming termnotes, termexamples: metanorma/metanorma-iso#251
- Debug parsing of Definitions subclauses
- Strip markup from inside titles when detecting section type from titles content
- Permit admonitions to have titles: #46
- Debug validation of figures without titles
- Debug nested bibliography clauses: allow them to have arbitrary titles
v1.1.2
- Do not overwrite the title of Definitions section if supplied metanorma/metanorma-iso#222
- Correctly detect distinct footnotes for purposes of numbering, even if the footnotes are link-only: do not give link-only footnotes the same footnote number metanorma/isodoc#83
- Convert AsciiMath to MathML by default, with option not to through document attribute
:mn-keep-asciimath:
metanorma/metanorma-iso#229 - Add language attribute to sourcecode #42
- Do not strip instances of CR in sourcecode: refine treatment of CR in Metanorma XML output #43
- Generate note, example instead of termnote, termexample in nonterm clauses embedded within a terms or definitions section metanorma/isodoc#85
v1.1.1
v1.1.0
v1.0.14
- Permitted inline images (
image:url[]
) to be processed in Asciidoctor input: metanorma/isodoc#81 - Permitted inline formatting (italics, links, monospace etc) to be recursive, making possible e.g. links within monospace, bold + italics, etc.: metanorma/metanorma-ogc#10
- Enforced update to sterile gem, so that
'99'
is smart-quoted as a quoted number (‘99’
), not as a year (’99’
): metanorma/metanorma-iso#246 - Parse table captions: metanorma/metanorma-nist#24
v1.0.13
- Move data-uri-image processing to XML output instead of HTML output: #17
- Correct Nokogiri issue whereby
<
>
were being transformed to< >
in XML, in the course of generating smart quote processing: #33 - Enable extraction of captions from source code in Asciidoctor: metanorma/metanorma-ogc#14
v1.0.12
- Add received-date to bibdata: metanorma/metanorma-ogc#9
- Promote pre, keyword to use in all Metanorma gems: #25
- Add document attribute option to use smart quotes or not in XML #11
- Use Asciidoctor document header title if document attribute title is not supplied #29
- Move version tag into bibdata #30
v1.0.11
v1.0.10
v1.0.9
- Include document dates functionality as document attributes at standoc level #18
- Refactor document identifiers: remove ISO-specific document identifier functionality, keep docidentifier in Metanorma XML a single string, add docnumber element
metanorma/metanorma-iso#237