Skip to content

Commit

Permalink
build-file
Browse files Browse the repository at this point in the history
  • Loading branch information
sjPlot committed Sep 25, 2015
1 parent c27300f commit 0b79f0a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ private String convertSpecialChars(String dummy) {
dummy = dummy.replaceAll(Pattern.quote("↓"), Matcher.quoteReplacement("\\textdownarrow"));
dummy = dummy.replaceAll(Pattern.quote("<"), Matcher.quoteReplacement("\\langle"));

// XXX Hack: ">" should only be convered if Markdown is not enabled, otherwise, it will be
// TODO XXX Hack: ">" should only be convered if Markdown is not enabled, otherwise, it will be
// taken as a quotation by subsequent components. (fixes bug reproduced by
// "testBugMarkdownZitatWirdNichtKorrektNachLatexExportiert")
if (!settingsObj.getMarkdownActivated())
Expand Down
Empty file modified test/zkn3_sample.zkn3
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion zkn3_windows_on_mac.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<jdkPreference>preferJre</jdkPreference>
<runtimeBits>64/32</runtimeBits>
<initialHeapSize>128</initialHeapSize>
<maxHeapSize>768</maxHeapSize>
<maxHeapSize>896</maxHeapSize>
</jre>
<splash>
<file>/Users/danielludecke/Dropbox/NetBeans/Zettelkasten/splash.bmp</file>
Expand Down

0 comments on commit 0b79f0a

Please sign in to comment.