Skip to content

Instantly share code, notes, and snippets.

@gchiu
gchiu / h2a.r3
Last active December 18, 2015 02:38
convert embedded html tables to asciid doc format
REBOL [
author: "Ingo Hohmann"
date: 2013-06-04
purpose: "Change html tables to asciidoc format"
Version: 0.5
]
ht2at: html-table-2asciidoc: funct [ input ] [
output: copy #{}
space: #{20}