File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/resources/filters/crossref Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 3333- Use 'Appendix' as prefix for references to chapters in appendix
3434- Index book crossrefs using shorter paths (fix path error seen in #1770 )
3535- Improve handling of solution/proof content (filter headings, support code blocks)
36+ - Insert non-breaking space between entity type (e.g. Figure/Table) and number.
3637
3738## Code Blocks
3839
Original file line number Diff line number Diff line change 1616
1717function titlePrefix (type , default , order )
1818 local prefix = title (type , default )
19- table.insert (prefix , pandoc . Space ())
19+ table.insert (prefix , nbspString ())
2020 tappend (prefix , numberOption (type , order ))
2121 tappend (prefix , titleDelim ())
2222 table.insert (prefix , pandoc .Space ())
You can’t perform that action at this time.
0 commit comments