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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,6 +195,8 @@ Entangled has a system of *hooks*: these add actions to the tangling process:
195
195
-`brei` trigger actions (or tasks) using [Brei](https://entangled.github.io/brei), which is automatically installed along with Entangled. This is now prefered over the `build` hook.
196
196
-`quarto_attributes` add attributes to the code block in Quatro style with `#|` comments at the top of the code block.
197
197
-`shebang` takes the first line if it starts with `#!` and puts it at the top of the file.
198
+
-`spdx_license` takes the first line if it contains `SPDX-License-Identifier`
0 commit comments