Skip to content

Commit

Permalink
escape < >
Browse files Browse the repository at this point in the history
  • Loading branch information
abrudz authored Aug 29, 2024
1 parent 2e95cc7 commit dd52dcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Take a look at the [Chapter F of Mastering Dyalog APL](https://www.dyalog.com/up
1.

The following expression formats the current date as **YY/MM/DD**.
<pre><code class="language-APL">'I2,2(</>,ZI2)'⎕FMT 1 3⍴100|3↑⎕TS</code></pre>
<pre><code class="language-APL">'I2,2(&lt;/&gt;,ZI2)'⎕FMT 1 3⍴100|3↑⎕TS</code></pre>
Change the expression to produce **YYYY-MM-DD**.

1.
Expand Down Expand Up @@ -431,4 +431,4 @@ Write a program which reads in a markdown file, rearranges the sections by the a
---

**Fun facts**
If you are not very familiar with the workings of modern software, you might be surprised to see how accessible file types are. Many text editors might try to open a wide range of files by interpreting their data as text. In the audio editing program [Audacity](https://www.audacityteam.org/), native files can be inspected and manipulated as [audio waveforms](https://en.wikipedia.org/wiki/Waveform). These are a couple of techniques used in an art style called [databending](https://en.wikipedia.org/wiki/Databending).
If you are not very familiar with the workings of modern software, you might be surprised to see how accessible file types are. Many text editors might try to open a wide range of files by interpreting their data as text. In the audio editing program [Audacity](https://www.audacityteam.org/), native files can be inspected and manipulated as [audio waveforms](https://en.wikipedia.org/wiki/Waveform). These are a couple of techniques used in an art style called [databending](https://en.wikipedia.org/wiki/Databending).

0 comments on commit dd52dcb

Please sign in to comment.