Changes between Initial Version and Version 1 of Ticket #16537
- Timestamp:
- Sep 22, 2020, 8:08:21 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16537 – Description
initial v1 24 24 25 25 I think we could integrate this with the Haiku buildsystem. 26 27 I also patched the css to set the tab size for Haiku code rendering by adding this to data/common.css: 28 29 {{{ 30 .code { tab-size: 4; } 31 }}}