[Cryptech-Commits] [wiki] branch master updated: Enable markdown tables

git at cryptech.is git at cryptech.is
Mon Dec 2 06:29:16 UTC 2024


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch master
in repository wiki.

The following commit(s) were added to refs/heads/master by this push:
     new de8f08a  Enable markdown tables
de8f08a is described below

commit de8f08aef52e2db4e3cdd1a04e642e57ffab7cb8
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Mon Dec 2 01:28:38 2024 -0500

    Enable markdown tables
---
 content/BerlinWorkshop.md |  8 ++++----
 pelicanconf.py            | 12 ++++++++++++
 2 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/content/BerlinWorkshop.md b/content/BerlinWorkshop.md
index 5733712..bcfa3fb 100644
--- a/content/BerlinWorkshop.md
+++ b/content/BerlinWorkshop.md
@@ -18,8 +18,9 @@ Alpha Board cost: if you are an alpha tester and plan to take an alpha board hom
 ## Draft Agenda
 
 ### Friday 15 July
+| When | What
+| ---- | ----
 | 0830 | Coffee
-|---|
 | 0930 | Introductions, setup
 | 1000 | Presentation of the cryptech alpha device
 |      | - cryptech overview (attachment:2016-07-15-berlin-main.pdf)
@@ -37,10 +38,10 @@ Alpha Board cost: if you are an alpha tester and plan to take an alpha board hom
 | 1530 | Hands-on testing continues
 | 1700 | Finish day one
 
-
 ### Saturday 16 July
+| When | What
+| ---- | ----
 | 0900 | Hands-on testing continues
-|---|
 | 1030 | Coffee break
 | 1100 | Workshop wrap-up
 |      | - outstanding questions
@@ -48,7 +49,6 @@ Alpha Board cost: if you are an alpha tester and plan to take an alpha board hom
 |      | - opportunity to articulate what participants will need that isn't readily available
 | 1300 | Finish
 
-
 ## What you need to bring
 During the workshop you will have access to the cryptech platform using
 a PKCS11 interface (reviewing PKCS11 might be a good way to prepare for
diff --git a/pelicanconf.py b/pelicanconf.py
index e85d4e1..c974eb5 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -64,3 +64,15 @@ ARTICLE_URL     = "{slug}"
 ARTICLE_SAVE_AS = "{slug}/index.html"
 PAGE_URL        = "pages/{slug}"
 PAGE_SAVE_AS    = "pages/{slug}/index.html"
+
+# Enable Markdown tables support.
+
+MARKDOWN = {
+    "extension_configs": {
+        "markdown.extensions.codehilite": {"css_class": "highlight"},
+        "markdown.extensions.extra": {},
+        "markdown.extensions.meta": {},
+        "markdown.extensions.tables": {},
+    },
+    "output_format": "html5",
+}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Commits mailing list