Commit Graph

26 Commits

Author SHA1 Message Date
Jonas Bernoulli
1bfc320f94
End first line of each docstring with a period
The convention calls for the first line to form a complete sentence.
Here we can achieve that in most cases simply by not beginning the
second sentence on the first line.
2023-06-26 14:27:56 +02:00
Jonas Bernoulli
4eaf2adf29
Improve consistency in the usage of empty lines 2023-06-26 14:07:35 +02:00
Benjamin Staffin
bd85f6a56f Use triple-backtick block syntax for example blocks too
org-mode `#+BEGIN_EXAMPLE` blocks can (optionally) be tagged with a
language, so this will give them proper syntax highlighting on GitHub.
It still works when the language is unset, of course.
2019-05-02 15:38:12 -04:00
99f93011b0 Updated license
Noticed that the license was wrong after receiving #22.
2017-06-28 23:02:47 +02:00
Julien Chastang
47c466b660 CUSTOM_ID must be upcased for custom anchors to work 2017-03-04 16:04:50 -07:00
e2ce3cc130 fix indent 2017-01-04 11:48:23 +01:00
Avdi Grimm
0e758d06f9 Use prefixed version of cl-loop
I ran into some issues with the un-prefixed `loop` combined with the `for` keyword. I think the issue is that newer versions of Emacs don't alias `loop` to `cl-loop` by default? I had to explicitly require `cl` to make it work.
2017-01-03 14:37:52 -05:00
Jay Kamat
8312a275c4
Add support for publishing via ox-gfm
Stolen from ox-md
2016-09-05 13:42:47 -04:00
Jake Romer
a46628aeb6 Add org-gfm-footnote-section
Adds an org-gfm-footnote-section function, modeled on org-html-footnote-section, 
to render the footnote section as cleaned-up Markdown.
2016-08-05 12:28:28 -04:00
Jake Romer
d856378748 Trim whitespace when there are no footnotes 2016-08-04 14:15:52 -04:00
Jake Romer
a3226de627 Render footnote section as HTML
Appends a footnote section, transcoded to HTML, to the GFM output. 
Fixes #11
2016-08-04 14:12:59 -04:00
32dd3626b6 Use org-export-get-reference for toc-id's
Fixes issue raised in #10.
2016-08-04 18:09:14 +02:00
437771130f Cleanup indentation; remove :export-block 2016-08-04 18:02:01 +02:00
Takuya OBUCHI
2feeb57a8d When preserve-breaks is set on, skip trimming newline in paragraph 2016-05-21 05:13:26 +09:00
Takuya OBUCHI
f7b76d5a78 Skip trimming newline in paragraph 2016-05-21 03:56:56 +09:00
Scott Wang
3c4c213283 Fix missing whitespaces in exported paragraphs. 2016-03-23 21:07:30 +08:00
Scott Wang
ab47a28575 Trim excess newlines inside paragraphs 2016-03-11 15:03:19 +08:00
77447e8cd3 Use dummy headers, but just for single row tables 2016-02-28 11:33:21 +01:00
92f418d3c5 Apply changes suggested by @jingtaozf 2016-02-28 11:31:27 +01:00
Scott Wang
ea7437a068 Render dummy headers 2016-01-04 00:15:31 +08:00
Scott Wang
44514aeea4 Supporting GFM tables 2016-01-03 14:49:50 +08:00
dc324f0f42 Fix #4. 2015-06-04 09:26:17 +02:00
8ed1651179 Removed bug from last commit. 2014-12-11 11:40:38 +01:00
9047ea9373 Fix #1 2014-12-08 12:06:23 +01:00
90e5a2c53c Removed org-gfm-lang, it is no longer necessary.
Earlier Github did not recognize, for instance, "emacs lisp" as a
language, so an associative list was used to map unrecognized languages
to a similar recognized language. This is no longer necessary.
2014-10-30 10:39:53 +01:00
ad939c9a4f Initial commit. 2014-10-30 10:01:32 +01:00