You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your enhancement request related to a problem? Please describe.
Device tree source files are not recognized when parsed by Rouge. I'm using Jekyll writing some guides on how to build these files, however code blocks marked as dts or device-tree are not properly formatted when converting to HTML as Jekyll doesn't support the language.
Describe the solution you'd like
Rouge (and therefor Jekyll) support for device tree source files.
Additional context
Device trees have been around for a decade or two and are the de facto way of telling low level code (such as BIOS type firmware and low level Linux kernel initialization code) about what hardware devices are available in a system. There is a formal standard here that describes the language. Both U-Boot and the Linux kernel have thousands of examples of this - just search for files ending in ".dts" or ".dtsi" in either source tree.
The text was updated successfully, but these errors were encountered:
Is your enhancement request related to a problem? Please describe.
Device tree source files are not recognized when parsed by Rouge. I'm using Jekyll writing some guides on how to build these files, however code blocks marked as
dts
ordevice-tree
are not properly formatted when converting to HTML as Jekyll doesn't support the language.Describe the solution you'd like
Rouge (and therefor Jekyll) support for device tree source files.
Additional context
Device trees have been around for a decade or two and are the de facto way of telling low level code (such as BIOS type firmware and low level Linux kernel initialization code) about what hardware devices are available in a system. There is a formal standard here that describes the language. Both U-Boot and the Linux kernel have thousands of examples of this - just search for files ending in ".dts" or ".dtsi" in either source tree.
The text was updated successfully, but these errors were encountered: