diff --git a/org/testdata/misc.html b/org/testdata/misc.html index 0b08598..6339c94 100644 --- a/org/testdata/misc.html +++ b/org/testdata/misc.html @@ -48,17 +48,19 @@
  • #87: Markup in footnotes is rendered literally
  • +
  • #92: src blocks only render in caps +
  • -
  • issues (wrongly) filed with hugo +
  • issues (wrongly) filed with hugo
  • -
  • Footnotes +
  • Footnotes
  • @@ -409,10 +411,39 @@ src/example/export blocks should not be converted!

    footnotes can contain markup - and other elements and stuff 2

    -

    +

    +DONE +#92: src blocks only render in caps +

    +

    +The behaviour of Org mode <s TAB changed and it now inserts lowercased src blocks (go-org already handled this one) +

    + +

    issues (wrongly) filed with hugo

    -

    +

    #3874 exporting images in org mode

    @@ -421,7 +452,7 @@ Hello, I'm writing hugo blogs using org-mode.

    When inserting an image link like /home/amos/Pictures/Screenshots/img-2017-09-11-165647.png, hugo doesn't export the image.

    -

    +

    #4006 source code blocks in org not rendered correctly

    @@ -434,7 +465,7 @@ When inserting an image link like +

    Footnotes

    diff --git a/org/testdata/misc.org b/org/testdata/misc.org index 4eb582a..9615290 100644 --- a/org/testdata/misc.org +++ b/org/testdata/misc.org @@ -109,7 +109,16 @@ also, consecutive dashes inside *** DONE [[https://github.com/chaseadamsio/goorgeous/issues/87][#87]]: Markup in footnotes is rendered literally footnotes can contain *markup* - and other elements and stuff [fn:2:that also goes for *inline* footnote /definitions/] - +*** DONE [[https://github.com/chaseadamsio/goorgeous/issues/92][#92]]: src blocks only render in caps +The behaviour of Org mode =