We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source: #144, #150
Source adoc: https://github.com/metanorma/mn-samples-iso/tree/main/sources/international-standard
ae-annex-e.adoc:
[[samplecode]] .Sample Code ==== [source,ruby] -- puts "Hello, world." %w{a b c}.each do |x| <1> puts x end -- <1> This is an annotation ====
Please note that <1> This is an annotation placed outside of source code (i.e. after --).
<1> This is an annotation
--
Docx:
<w:p w14:paraId="356E1A3E" w14:textId="77777777" w:rsidR="00000000" w:rsidRDefault="00522D53"> ... <w:r> ... <w:t>puts "Hello, world."</w:t> </w:r> <w:r> ... <w:br/> <w:t>%w{a b c}.each do |x| <1></w:t> </w:r> <w:r> ... <w:br/> <w:t> puts x</w:t> </w:r> <w:r> ... <w:br/> <w:t>end</w:t> </w:r> <w:r> ... <w:br/> </w:r> <w:r> ... <w:br/> <w:t><1> This is an annotation</w:t> </w:r> </w:p>
Current docx->adoc result:
[[samplecode]] .Sample Code ==== [source] -- puts "Hello, world." %w{a b c}.each do |x| <1> puts x end <1> This is an annotation -- ====
<1> This is an annotation as part of source code.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Source: #144, #150
Source adoc: https://github.com/metanorma/mn-samples-iso/tree/main/sources/international-standard
ae-annex-e.adoc:
Please note that
<1> This is an annotation
placed outside of source code (i.e. after--
).Docx:
Current docx->adoc result:
<1> This is an annotation
as part of source code.The text was updated successfully, but these errors were encountered: