Commit History

Author SHA1 Message Date
  default a5942432bf Fixed processing of URLs with two @ inside. 4 months ago
  default b44af1b567 Fixed typo. 5 months ago
  default 560db69d14 Accept any URL schema (not just http) in format_line(). 5 months ago
  default 5f6a42453c Added support for markdown-like ![alt text](image url). 8 months ago
  default 6e3b621f7b Added support for Markdown ~~strikethrough text~~. 8 months ago
  default f3b392e06a Show bold+italic (text between ***) correctly. 8 months ago
  default 6f772e4770 Fixed a minor bug in processing Markdown-style links having anchors. 9 months ago
  default 36764b8ade Minor tweak to markdown-like links. 10 months ago
  default 8e0ccc6d76 Added markdown-like links. 10 months ago
  default 8cf7559a7e Added more const. 10 months ago
  default 9acba489fb Add some special treatment to Event object display. 10 months ago
  default 6f3763f452 Show 'Event' object types as Notes. 10 months ago
  default 64adb173cc Only add Emoji tags when needed. 11 months ago
  default 0f9a859f73 Added some error logging regarding the emojis.json file. 1 year ago
  default adf0a13992 If an emoji in emojis.json is an URL to an image, it's stored in the tag list. 1 year ago
  default bc752b7d67 Emojis are now read from ~/emojis.json. 1 year ago
  default 067747cc7c Also trim , at the end of http links. 1 year ago
  default 33a0386a1e In posts, fixed bad link urls if written between parentheses. 1 year ago
  default 755d997fb1 Updated copyright year. 1 year ago
  Yonle a5c740f564 format.c: add <bdi> 1 year ago
  default bc5d0d4ed0 Replaced encode_html_strict() with xs_html_encode(). 1 year ago
  default b1868d85bb New function encode_html_strict(). 1 year ago
  default 931b871eb1 Also accept s HTML tags. 1 year ago
  default 952da47c6d Backport from xs. 1 year ago
  default e3fbb807ff Improved heart <3 emoji. 1 year ago
  default 8b176292d6 Simplified smiley processing. 1 year ago
  default 0f8c0cd694 Updated comment in headers. 1 year ago
  default f23d2c05ab Fixed minor memory leak. 1 year ago
  Yonle 7710ca76a0 format.c: Encode all HTML characters when we're in pre element until we are out. 1 year ago
  Yonle 5672fe2cc6 format.c: Allow several tags 1 year ago