George
ef847825fd
Support for diff2html ( #2133 )
...
Added support to display diff code in a prettier way with
[diff2html](https://diff2html.xyz/ ).

It displays code like [in this
example](https://diff2html.xyz/demo.html ).
---------
Signed-off-by: George Araújo <george.gcac@gmail.com>
2024-01-28 12:45:20 -03:00
George
f6bb6b5dcb
Vega lite support ( #2131 )
...
Added support for [vega lite](https://vega.github.io/vega-lite/ ) charts.


---------
Signed-off-by: George Araújo <george.gcac@gmail.com>
2024-01-27 11:14:02 -03:00
George
1492cb9c4e
GeoJSON support ( #2130 )
...
Added support for GeoJSON maps.

---------
Signed-off-by: George Araújo <george.gcac@gmail.com>
2024-01-27 11:06:49 -03:00
George
4f6fe1a2cf
Added Echarts support ( #2129 )
...
Since I added support for chart.js and while doing so found some other
wonderful charting libraries, I thought, why not give support to some
more? So adding support to [Apache
Echarts](https://echarts.apache.org/en/index.html ).


---------
Signed-off-by: George Araújo <george.gcac@gmail.com>
2024-01-27 10:34:44 -03:00
George
a7d6b37d8f
Added support for Chart.js ( #2126 )
...
Solved #460 .

---------
Signed-off-by: George Araújo <george.gcac@gmail.com>
2024-01-26 02:16:14 -03:00
Maruan
beb6f27d59
format code with prettier.io ( #2048 )
...
summary:
- adds prettier formatter configuration
- formats the entire repo using prettier, ignoring minified files
(`*.min.css`) and heavy generated html
- changes extensions of all `.html` files to `.liquid`, which is more
correct and necessary for prettier to work correctly
- replaces "%-" and "-%" with just "%" — manual liquid formatting using
minus signs is superfluous since we are compressing and minifying the
code anyway
- adds CI action for running prettier check on PR and pushes to master
2024-01-10 00:10:51 -05:00
George
92ac10ad82
Changed mermaid support in template ( #1992 )
...
Fix #1609
---------
Signed-off-by: George Araujo <george.gcac@gmail.com>
Co-authored-by: Maruan Al-Shedivat <maruan@genesistherapeutics.ai>
2024-01-02 18:35:57 -03:00
George
6eab5bf480
Fixes #1952 ( #1955 )
...
Fixes #1952 by updating font awesome version. Also updated icons names
to newest font awesome style.
---------
Signed-off-by: George Araujo <george.gcac@gmail.com>
2023-11-23 13:02:14 -03:00
Yifan Jiang
6e38b1b8aa
Fix copy code button position ( #1348 )
...
Fix issue #1303 by adding a code wrapper outside the code block.
Ref:
https://stackoverflow.com/questions/60771472/position-a-button-such-that-it-wont-scroll-with-contents
2023-04-25 11:37:09 -03:00
George
bacddc7821
Implemented copy code button feature ( #1267 )
...
Implemented support for copy code button in code blocks (#1262 ), also updated blog post about code to reflect it.
2023-03-19 17:17:34 -04:00